aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/220
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/220')
-rwxr-xr-xtests/qemu-iotests/2204
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/qemu-iotests/220 b/tests/qemu-iotests/220
index 15159270d3..3f86f24c4d 100755
--- a/tests/qemu-iotests/220
+++ b/tests/qemu-iotests/220
@@ -37,6 +37,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
+# To use a different refcount width but 16 bits we need compat=1.1
+_unsupported_imgopts 'compat=0.10'
echo "== Creating huge file =="
@@ -44,7 +46,7 @@ echo "== Creating huge file =="
# of a HUGE (but very sparse) file. tmpfs works, ext4 does not.
_require_large_file 513T
-IMGOPTS='cluster_size=2M,refcount_bits=1' _make_test_img 513T
+_make_test_img -o 'cluster_size=2M,refcount_bits=1' 513T
echo "== Populating refcounts =="
# We want an image with 256M refcounts * 2M clusters = 512T referenced.