diff options
Diffstat (limited to 'tests/qemu-iotests/219')
-rwxr-xr-x | tests/qemu-iotests/219 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/219 b/tests/qemu-iotests/219 index b8774770c4..db272c5249 100755 --- a/tests/qemu-iotests/219 +++ b/tests/qemu-iotests/219 @@ -21,7 +21,7 @@ import iotests -iotests.verify_image_format(supported_fmts=['qcow2']) +iotests.script_initialize(supported_fmts=['qcow2']) img_size = 4 * 1024 * 1024 |