diff options
Diffstat (limited to 'tests/qemu-iotests/079')
-rwxr-xr-x | tests/qemu-iotests/079 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qemu-iotests/079 b/tests/qemu-iotests/079 index 78536d3..3642b51 100755 --- a/tests/qemu-iotests/079 +++ b/tests/qemu-iotests/079 @@ -47,8 +47,7 @@ echo cluster_sizes="16384 32768 65536 131072 262144 524288 1048576 2097152 4194304" for s in $cluster_sizes; do - IMGOPTS=$(_optstr_add "$IMGOPTS" "preallocation=metadata,cluster_size=$s") \ - _make_test_img 4G + _make_test_img -o "preallocation=metadata,cluster_size=$s" 4G done # success, all done |