aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/tests/remove-bitmap-from-backing
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/tests/remove-bitmap-from-backing')
-rwxr-xr-xtests/qemu-iotests/tests/remove-bitmap-from-backing3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/tests/remove-bitmap-from-backing b/tests/qemu-iotests/tests/remove-bitmap-from-backing
index 8d48fc0f3c..3c397b08ea 100755
--- a/tests/qemu-iotests/tests/remove-bitmap-from-backing
+++ b/tests/qemu-iotests/tests/remove-bitmap-from-backing
@@ -21,7 +21,8 @@
import iotests
from iotests import log, qemu_img_create, qemu_img, qemu_img_pipe
-iotests.script_initialize(supported_fmts=['qcow2'])
+iotests.script_initialize(supported_fmts=['qcow2'],
+ unsupported_imgopts=['compat'])
top, base = iotests.file_path('top', 'base')
size = '1M'