aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/073
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/073')
-rwxr-xr-xtests/qemu-iotests/0732
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/073 b/tests/qemu-iotests/073
index 23a1bdf..1dce478 100755
--- a/tests/qemu-iotests/073
+++ b/tests/qemu-iotests/073
@@ -52,7 +52,7 @@ echo "== creating backing file =="
TEST_IMG="$TEST_IMG.base" _make_test_img $size
-_make_test_img -b "$TEST_IMG.base"
+_make_test_img -b "$TEST_IMG.base" -F $IMGFMT
$QEMU_IO -c "write -P 0xa5 0 $size" "$TEST_IMG.base" | _filter_qemu_io
echo