diff options
Diffstat (limited to 'tests/qemu-iotests/273')
-rwxr-xr-x | tests/qemu-iotests/273 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/273 b/tests/qemu-iotests/273 index 00ff79b..41ffbf3 100755 --- a/tests/qemu-iotests/273 +++ b/tests/qemu-iotests/273 @@ -56,8 +56,8 @@ run_qemu() } TEST_IMG="$TEST_IMG.base" _make_test_img 64M -TEST_IMG="$TEST_IMG.mid" _make_test_img -b "$TEST_IMG.base" -_make_test_img -b "$TEST_IMG.mid" +TEST_IMG="$TEST_IMG.mid" _make_test_img -b "$TEST_IMG.base" -F $IMGFMT +_make_test_img -b "$TEST_IMG.mid" -F $IMGFMT run_qemu \ -blockdev file,node-name=base,filename="$TEST_IMG.base" \ |