aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/095
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/095')
-rwxr-xr-xtests/qemu-iotests/0954
1 files changed, 2 insertions, 2 deletions
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"