From f943078e4251c9d6eb38e55ad56fc2e65d47775b Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Tue, 22 Dec 2015 10:49:21 +0800 Subject: iotests: 095: Filter _img_info output Signed-off-by: Fam Zheng Message-id: 1450752561-9300-12-git-send-email-famz@redhat.com Signed-off-by: Max Reitz --- tests/qemu-iotests/095 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/qemu-iotests/095') diff --git a/tests/qemu-iotests/095 b/tests/qemu-iotests/095 index 57a730ecec..dad04b9ac9 100755 --- a/tests/qemu-iotests/095 +++ b/tests/qemu-iotests/095 @@ -58,7 +58,7 @@ _make_test_img -b "${TEST_IMG}.snp1" $size_larger echo echo "=== Base image info before commit and resize ===" -TEST_IMG="${TEST_IMG}.base" _img_info +TEST_IMG="${TEST_IMG}.base" _img_info | _filter_img_info echo echo === Running QEMU Live Commit Test === @@ -76,7 +76,7 @@ _send_qemu_cmd $h "{ 'execute': 'block-commit', echo echo "=== Base image info after commit and resize ===" -TEST_IMG="${TEST_IMG}.base" _img_info +TEST_IMG="${TEST_IMG}.base" _img_info | _filter_img_info # success, all done echo "*** done" -- cgit v1.2.3