]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/198
iotests: Drop format-specific in _filter_img_info
[qemu.git] / tests / qemu-iotests / 198
index 34ef6663812c1f24ffba12395cebaad278fc6a79..a84a05839682410b104f3b27a9e14eba9665c2c6 100755 (executable)
@@ -91,11 +91,13 @@ $QEMU_IO --object $SECRET0 --object $SECRET1 -c "read -P 0x9 0 $size" --image-op
 
 echo
 echo "== checking image base =="
-$QEMU_IMG info --image-opts $IMGSPECBASE | _filter_img_info | _filter_testdir | sed -e "/^disk size:/ D"
+$QEMU_IMG info --image-opts $IMGSPECBASE | _filter_img_info --format-specific \
+    | sed -e "/^disk size:/ D"
 
 echo
 echo "== checking image layer =="
-$QEMU_IMG info --image-opts $IMGSPECLAYER | _filter_img_info | _filter_testdir | sed -e "/^disk size:/ D"
+$QEMU_IMG info --image-opts $IMGSPECLAYER | _filter_img_info --format-specific \
+    | sed -e "/^disk size:/ D"
 
 
 # success, all done
This page took 0.023742 seconds and 4 git commands to generate.