diff options
Diffstat (limited to 'tests/qemu-iotests/252')
-rwxr-xr-x | tests/qemu-iotests/252 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/252 b/tests/qemu-iotests/252 index 83280c1715..6662f4c9de 100755 --- a/tests/qemu-iotests/252 +++ b/tests/qemu-iotests/252 @@ -101,7 +101,7 @@ $QEMU_IMG map --output=json "$TEST_IMG" | _filter_qemu_img_map echo -$QEMU_IMG rebase -b "$TEST_IMG.base_new" "$TEST_IMG" +$QEMU_IMG rebase -b "$TEST_IMG.base_new" -F $IMGFMT "$TEST_IMG" # Verify the data is correct $QEMU_IO "$TEST_IMG" \ |