aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/250
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/250')
-rwxr-xr-xtests/qemu-iotests/2503
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qemu-iotests/250 b/tests/qemu-iotests/250
index c9c0a84a5a..670cf19076 100755
--- a/tests/qemu-iotests/250
+++ b/tests/qemu-iotests/250
@@ -55,9 +55,8 @@ disk_usage()
}
size=2100M
-IMGOPTS="cluster_size=1M,preallocation=metadata"
-_make_test_img $size
+_make_test_img -o "cluster_size=1M,preallocation=metadata" $size
$QEMU_IO -c 'discard 0 10M' -c 'discard 2090M 10M' \
-c 'write 2090M 10M' -c 'write 0 10M' "$TEST_IMG" | _filter_qemu_io