diff options
Diffstat (limited to 'tests/qemu-iotests/234')
-rwxr-xr-x | tests/qemu-iotests/234 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/234 b/tests/qemu-iotests/234 index cb5f175..a9f764b 100755 --- a/tests/qemu-iotests/234 +++ b/tests/qemu-iotests/234 @@ -34,8 +34,8 @@ with iotests.FilePath('img') as img_path, \ iotests.VM(path_suffix='a') as vm_a, \ iotests.VM(path_suffix='b') as vm_b: - iotests.qemu_img_pipe('create', '-f', iotests.imgfmt, backing_path, '64M') - iotests.qemu_img_pipe('create', '-f', iotests.imgfmt, img_path, '64M') + iotests.qemu_img_create('-f', iotests.imgfmt, backing_path, '64M') + iotests.qemu_img_create('-f', iotests.imgfmt, img_path, '64M') os.mkfifo(fifo_a) os.mkfifo(fifo_b) |