summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/217
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/217')
-rwxr-xr-xtests/qemu-iotests/2173
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/217 b/tests/qemu-iotests/217
index 58a78a6098..d89116ccad 100755
--- a/tests/qemu-iotests/217
+++ b/tests/qemu-iotests/217
@@ -40,7 +40,8 @@ _supported_proto file
# This test needs clusters with at least a refcount of 2 so that
# OFLAG_COPIED is not set. refcount_bits=1 is therefore unsupported.
-_unsupported_imgopts 'refcount_bits=1[^0-9]'
+# (As are external data files.)
+_unsupported_imgopts 'refcount_bits=1[^0-9]' data_file
echo
echo '=== Simulating an I/O error during snapshot deletion ==='