diff options
Diffstat (limited to 'tests/qemu-iotests/066')
-rwxr-xr-x | tests/qemu-iotests/066 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/066 b/tests/qemu-iotests/066 index cacbdb6ae0..71e8df598a 100755 --- a/tests/qemu-iotests/066 +++ b/tests/qemu-iotests/066 @@ -39,9 +39,10 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 # This tests qcow2-specific low-level functionality _supported_fmt qcow2 _supported_proto generic +# We need zero clusters and snapshots +_unsupported_imgopts 'compat=0.10' 'refcount_bits=1[^0-9]' # Intentionally create an unaligned image -IMGOPTS="compat=1.1" IMG_SIZE=$((64 * 1024 * 1024 + 512)) echo |