diff options
Diffstat (limited to 'tests/qemu-iotests/098')
-rwxr-xr-x | tests/qemu-iotests/098 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/098 b/tests/qemu-iotests/098 index 1e29d96..f2ccdd7 100755 --- a/tests/qemu-iotests/098 +++ b/tests/qemu-iotests/098 @@ -52,7 +52,7 @@ echo "=== $event ===" echo TEST_IMG="$TEST_IMG.base" _make_test_img 64M -_make_test_img -b "$TEST_IMG.base" 64M +_make_test_img -b "$TEST_IMG.base" -F $IMGFMT 64M # Some data that can be leaked when emptying the top image $QEMU_IO -c 'write 0 64k' "$TEST_IMG" | _filter_qemu_io |