diff options
author | Max Reitz <mreitz@redhat.com> | 2019-11-07 17:37:07 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-01-06 13:43:07 +0100 |
commit | 3be2024aefe0024ada2fb5044c230c867ef59c67 (patch) | |
tree | 4b7ff9f3cc6f8357ff6b115c2f1f2426c5564c73 /tests/qemu-iotests/261 | |
parent | 39d2c7dc8f444c181c4ae2e52ca687ea05decc0e (diff) | |
download | qemu-3be2024aefe0024ada2fb5044c230c867ef59c67.zip qemu-3be2024aefe0024ada2fb5044c230c867ef59c67.tar.gz qemu-3be2024aefe0024ada2fb5044c230c867ef59c67.tar.bz2 |
iotests: Disable data_file where it cannot be used
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20191107163708.833192-22-mreitz@redhat.com
[mreitz: Also disable 273]
Signed-off-by: Max Reitz <mreitz@redhat.com>
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 9f28172..ddcb04f 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 |