tests/qemu-iotests/053
0 → 100755
+73
−0
tests/qemu-iotests/053.out
0 → 100644
+17
−0
+1
−0
Loading
Test that qemu-img convert -c works when input image length is not a multiple of the cluster size. Previously an error message would be produced: qemu-img: error while compressing sector 0: Input/output error Now that qcow2 and qcow handle this case the test passes successfully. Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by:
Kevin Wolf <kwolf@redhat.com>