aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/190
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/190')
-rwxr-xr-xtests/qemu-iotests/1902
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/190 b/tests/qemu-iotests/190
index eb766ad09f..5890ff9cfc 100755
--- a/tests/qemu-iotests/190
+++ b/tests/qemu-iotests/190
@@ -45,7 +45,7 @@ _supported_proto file
echo "== Huge file =="
echo
-IMGOPTS='cluster_size=2M' _make_test_img 2T
+_make_test_img -o 'cluster_size=2M' 2T
$QEMU_IMG measure -O raw -f qcow2 "$TEST_IMG"
$QEMU_IMG measure -O qcow2 -o cluster_size=64k -f qcow2 "$TEST_IMG"