diff options
Diffstat (limited to 'tests/qemu-iotests/138')
-rwxr-xr-x | tests/qemu-iotests/138 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/138 b/tests/qemu-iotests/138 index 26d18ac8b6..54b01046ad 100755 --- a/tests/qemu-iotests/138 +++ b/tests/qemu-iotests/138 @@ -40,6 +40,9 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow2 _supported_proto file _supported_os Linux +# With an external data file, data clusters are not refcounted +# (and so qemu-img check does not check their refcount) +_unsupported_imgopts data_file echo echo '=== Check on an image with a multiple of 2^32 clusters ===' |