diff options
Diffstat (limited to 'tests/qemu-iotests/073')
-rwxr-xr-x | tests/qemu-iotests/073 | 2 |
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 |