diff options
Diffstat (limited to 'tests/qemu-iotests/261')
-rwxr-xr-x | tests/qemu-iotests/261 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/261 b/tests/qemu-iotests/261 index 9f2817251f..ddcb04f285 100755 --- a/tests/qemu-iotests/261 +++ b/tests/qemu-iotests/261 @@ -47,7 +47,8 @@ _supported_os Linux # (1) We create a v2 image that supports nothing but refcount_bits=16 # (2) We do some refcount management on our own which expects # refcount_bits=16 -_unsupported_imgopts 'refcount_bits=\([^1]\|.\([^6]\|$\)\)' +# As for data files, they do not support snapshots at all. +_unsupported_imgopts 'refcount_bits=\([^1]\|.\([^6]\|$\)\)' data_file # Parameters: # $1: image filename |