diff mbox series

[12/17] iotests: Fix 059's reference output

Message ID 20171123020832.8165-13-mreitz@redhat.com
State New
Headers show
Series iotests: Fix iotests for weird formats/options | expand

Commit Message

Max Reitz Nov. 23, 2017, 2:08 a.m. UTC
As of commit 9877860e7bd1e26ee70ab9bb5ebc34c92bf23bf5, vmdk fails
differently when opening the sample image.

Signed-off-by: Max Reitz <mreitz@redhat.com>
---
 tests/qemu-iotests/059.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

John Snow Nov. 29, 2017, 10:11 p.m. UTC | #1
On 11/22/2017 09:08 PM, Max Reitz wrote:
> As of commit 9877860e7bd1e26ee70ab9bb5ebc34c92bf23bf5, vmdk fails
> differently when opening the sample image.
> 
> Signed-off-by: Max Reitz <mreitz@redhat.com>
> ---
>  tests/qemu-iotests/059.out | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out
> index f6dce7947c..1ac5d56233 100644
> --- a/tests/qemu-iotests/059.out
> +++ b/tests/qemu-iotests/059.out
> @@ -2358,5 +2358,5 @@ Offset          Length          Mapped to       File
>  0x140000000     0x10000         0x50000         TEST_DIR/t-s003.vmdk
>  
>  === Testing afl image with a very large capacity ===
> -qemu-img: Can't get image size 'TEST_DIR/afl9.IMGFMT': File too large
> +qemu-img: Could not open 'TEST_DIR/afl9.IMGFMT': Could not open 'TEST_DIR/afl9.IMGFMT': Invalid argument
>  *** done
> 

I have the same patch in my local repo, so:

Reviewed-by: John Snow <jsnow@redhat.com>
Fam Zheng Nov. 30, 2017, 2:43 a.m. UTC | #2
On Thu, 11/23 03:08, Max Reitz wrote:
> As of commit 9877860e7bd1e26ee70ab9bb5ebc34c92bf23bf5, vmdk fails
> differently when opening the sample image.
> 
> Signed-off-by: Max Reitz <mreitz@redhat.com>
> ---
>  tests/qemu-iotests/059.out | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out
> index f6dce7947c..1ac5d56233 100644
> --- a/tests/qemu-iotests/059.out
> +++ b/tests/qemu-iotests/059.out
> @@ -2358,5 +2358,5 @@ Offset          Length          Mapped to       File
>  0x140000000     0x10000         0x50000         TEST_DIR/t-s003.vmdk
>  
>  === Testing afl image with a very large capacity ===
> -qemu-img: Can't get image size 'TEST_DIR/afl9.IMGFMT': File too large
> +qemu-img: Could not open 'TEST_DIR/afl9.IMGFMT': Could not open 'TEST_DIR/afl9.IMGFMT': Invalid argument
>  *** done
> -- 
> 2.13.6
> 

Reviewed-by: Fam Zheng <famz@redhat.com>
diff mbox series

Patch

diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out
index f6dce7947c..1ac5d56233 100644
--- a/tests/qemu-iotests/059.out
+++ b/tests/qemu-iotests/059.out
@@ -2358,5 +2358,5 @@  Offset          Length          Mapped to       File
 0x140000000     0x10000         0x50000         TEST_DIR/t-s003.vmdk
 
 === Testing afl image with a very large capacity ===
-qemu-img: Can't get image size 'TEST_DIR/afl9.IMGFMT': File too large
+qemu-img: Could not open 'TEST_DIR/afl9.IMGFMT': Could not open 'TEST_DIR/afl9.IMGFMT': Invalid argument
 *** done