Re: [PULL 01/23] qemu-img: omit errno value in error message

2023-09-08 Thread Michael Tokarev
08.09.2023 12:54, Michael Tokarev wrote: 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)

[PULL 01/23] qemu-img: omit errno value in error message

2023-09-08 Thread Michael Tokarev
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