diff options
Diffstat (limited to 'tests/qemu-iotests/175')
-rwxr-xr-x | tests/qemu-iotests/175 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/175 b/tests/qemu-iotests/175 index 55db280..020ed8e 100755 --- a/tests/qemu-iotests/175 +++ b/tests/qemu-iotests/175 @@ -95,7 +95,7 @@ stat -c "size=%s, blocks=%b" $TEST_IMG | _filter_blocks $extra_blocks $min_block for mode in off full falloc; do echo echo "== creating image with preallocation $mode ==" - IMGOPTS=preallocation=$mode _make_test_img $size | _filter_imgfmt + _make_test_img -o preallocation=$mode $size | _filter_imgfmt stat -c "size=%s, blocks=%b" $TEST_IMG | _filter_blocks $extra_blocks $min_blocks $size done |