diff options
author | Max Reitz <mreitz@redhat.com> | 2016-03-24 23:34:00 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-03-30 12:16:04 +0200 |
commit | f4e732a0a773c4e44c2c183a5d63cd850ffb57d1 (patch) | |
tree | dc582cfdea945c278b60d9fda7ae44ced0fdfcb7 /tests/qemu-iotests/group | |
parent | a90639270df14ee8bd2aec38243c24348c9053fa (diff) |
iotests: Test qemu-img convert -S 0 behavior
Passing -S 0 to qemu-img convert should result in all source data being
copied to the output, even if that source data is known to be 0. The
output image should therefore have exactly the same size on disk as an
image which we explicitly filled with data.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 92ae8ecaaf..2952b9d9cc 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -151,3 +151,4 @@ 146 auto quick 148 rw auto quick 149 rw auto sudo +150 rw auto quick |