diff options
Diffstat (limited to 'tests/qemu-iotests/236')
-rwxr-xr-x | tests/qemu-iotests/236 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/236 b/tests/qemu-iotests/236 index 8ce927a..6f5cee2 100755 --- a/tests/qemu-iotests/236 +++ b/tests/qemu-iotests/236 @@ -22,7 +22,7 @@ import iotests from iotests import log -iotests.verify_image_format(supported_fmts=['generic']) +iotests.script_initialize(supported_fmts=['generic']) size = 64 * 1024 * 1024 granularity = 64 * 1024 |