]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/108
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into staging
[qemu.git] / tests / qemu-iotests / 108
index 12fc92a63317d2eea5414255f30405a5245005ad..2355d98c1d35941a51ba62ea416bf3dc7adf7cc1 100755 (executable)
@@ -26,7 +26,6 @@ seq="$(basename $0)"
 echo "QA output created by $seq"
 
 here="$PWD"
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 _cleanup()
@@ -43,6 +42,8 @@ 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]\|$\)\)'
 
 echo
 echo '=== Repairing an image without any refcount table ==='
This page took 0.024631 seconds and 4 git commands to generate.