Re: [PATCH] iotests: Fix nonportable use of od --endian

2020-02-26 Thread Eric Blake
On 2/25/20 11:43 AM, Max Reitz wrote: On 19.02.20 15:41, Eric Blake wrote: Tests 261 and 272 fail on RHEL 7 with coreutils 8.22, since od --endian was not added until coreutils 8.23. Fix this by manually constructing the final value one byte at a time. Fixes: fc8ba423 Reported-by: Andrey

Re: [PATCH] iotests: Fix nonportable use of od --endian

2020-02-25 Thread Max Reitz
On 19.02.20 15:41, Eric Blake wrote: > Tests 261 and 272 fail on RHEL 7 with coreutils 8.22, since od > --endian was not added until coreutils 8.23. Fix this by manually > constructing the final value one byte at a time. > > Fixes: fc8ba423 > Reported-by: Andrey Shinkevich > Signed-off-by: Eric

Re: [PATCH] iotests: Fix nonportable use of od --endian

2020-02-19 Thread Eric Blake
On 2/19/20 8:41 AM, Eric Blake wrote: Tests 261 and 272 fail on RHEL 7 with coreutils 8.22, since od --endian was not added until coreutils 8.23. Fix this by manually constructing the final value one byte at a time. Fixes: fc8ba423 Reported-by: Andrey Shinkevich Signed-off-by: Eric Blake ---

[PATCH] iotests: Fix nonportable use of od --endian

2020-02-19 Thread Eric Blake
Tests 261 and 272 fail on RHEL 7 with coreutils 8.22, since od --endian was not added until coreutils 8.23. Fix this by manually constructing the final value one byte at a time. Fixes: fc8ba423 Reported-by: Andrey Shinkevich Signed-off-by: Eric Blake --- tests/qemu-iotests/common.rc | 22