diff options
author | Max Reitz <mreitz@redhat.com> | 2017-11-23 03:08:27 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2018-01-23 12:34:43 +0100 |
commit | 76bf133c438f427de7fd07f819d801aa1a4d38fd (patch) | |
tree | c9eddd76b4b06bd7a7b3ef647b7095a103eace82 /tests/qemu-iotests/059.out | |
parent | 7e0db6f442d58372067bee13c90174568177af65 (diff) | |
download | qemu-76bf133c438f427de7fd07f819d801aa1a4d38fd.zip qemu-76bf133c438f427de7fd07f819d801aa1a4d38fd.tar.gz qemu-76bf133c438f427de7fd07f819d801aa1a4d38fd.tar.bz2 |
iotests: Fix 059's reference output
As of commit 9877860e7bd1e26ee70ab9bb5ebc34c92bf23bf5, vmdk fails
differently when opening the sample image.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20171123020832.8165-13-mreitz@redhat.com
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/059.out')
-rw-r--r-- | tests/qemu-iotests/059.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out index f6dce79..1ac5d56 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 |