aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/244.out
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-08-11 14:09:46 +0300
committerKevin Wolf <kwolf@redhat.com>2023-09-08 17:03:09 +0200
commitb0a6620acfe4c2997935cb3a9baa0d429ab8d61a (patch)
tree8ec10db391304d74cdbf34da3e3c825e19b716b2 /tests/qemu-iotests/244.out
parentfa9185fcdfceeb1a02f61a003acd19509e146bde (diff)
qemu-img: omit errno value in error message
I'm getting io-qcow2-244 test failure on mips* due to output mismatch: Take an internal snapshot: -qemu-img: Could not create snapshot 'test': -95 (Operation not supported) +qemu-img: Could not create snapshot 'test': -122 (Operation not supported) No errors were found on the image. This is because errno values might be different across different architectures. This error message in qemu-img.c is the only one which prints errno directly, all the rest print strerror(errno) only. Fix this error message and the expected output of the 3 test cases too. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230811110946.2435067-1-mjt@tls.msk.ru> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/244.out')
-rw-r--r--tests/qemu-iotests/244.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/244.out b/tests/qemu-iotests/244.out
index 5e03add054..4815a489b0 100644
--- a/tests/qemu-iotests/244.out
+++ b/tests/qemu-iotests/244.out
@@ -41,7 +41,7 @@ write failed: Operation not supported
No errors were found on the image.
Take an internal snapshot:
-qemu-img: Could not create snapshot 'test': -95 (Operation not supported)
+qemu-img: Could not create snapshot 'test': Operation not supported
No errors were found on the image.
=== Standalone image with external data file (efficient) ===