diff options
author | Fam Zheng <famz@redhat.com> | 2017-01-19 21:07:59 +0800 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-02-12 00:47:41 +0100 |
commit | 53b63460f61906340bfe73d263c47896f68f7b9d (patch) | |
tree | 293ac7d85167bfa179d2426ad0681e1845e3aa9c /tests | |
parent | 9adceb02133f856fc69bf105848849f409e805b9 (diff) |
iotests: Fix reference output for 059
It was broken by efaa7c4eeb7 when it dropped the device name "image"
from BB API. Now this error message text is updated again, sync it up.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 20170119130759.28319-3-famz@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-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 678adb4379..19bd50de1e 100644 --- a/tests/qemu-iotests/059.out +++ b/tests/qemu-iotests/059.out @@ -2361,5 +2361,5 @@ Offset Length Mapped to File 0x140000000 0x10000 0x50000 TEST_DIR/iotest-version3-s003.vmdk === Testing afl image with a very large capacity === -qemu-img: Can't get size of device 'image': File too large +qemu-img: Can't get image size 'TEST_DIR/afl9.IMGFMT': File too large *** done |