summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/108
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2019-11-07 17:37:07 +0100
committerMax Reitz <mreitz@redhat.com>2020-01-06 13:43:07 +0100
commit3be2024aefe0024ada2fb5044c230c867ef59c67 (patch)
tree4b7ff9f3cc6f8357ff6b115c2f1f2426c5564c73 /tests/qemu-iotests/108
parent39d2c7dc8f444c181c4ae2e52ca687ea05decc0e (diff)
downloadqemu-3be2024aefe0024ada2fb5044c230c867ef59c67.zip
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/108')
-rwxr-xr-xtests/qemu-iotests/1086
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/qemu-iotests/108 b/tests/qemu-iotests/108
index 3324c86b5f..5f7076fba4 100755
--- a/tests/qemu-iotests/108
+++ b/tests/qemu-iotests/108
@@ -41,8 +41,10 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
-# This test directly modifies a refblock so it relies on refcount_bits being 16
-_unsupported_imgopts 'refcount_bits=\([^1]\|.\([^6]\|$\)\)'
+# This test directly modifies a refblock so it relies on refcount_bits being 16;
+# and the low-level modification it performs are not tuned for external data
+# files
+_unsupported_imgopts 'refcount_bits=\([^1]\|.\([^6]\|$\)\)' data_file
echo
echo '=== Repairing an image without any refcount table ==='