5 Commits

Author SHA1 Message Date
Jim Meyering
50463e0899 maint: update copyright dates 2026-01-02 17:10:47 -08:00
Paul Eggert
e77940b44f tests: port to Busybox od
Problem reported by Xinjian Ma (Bug#78084).
* tests/reference: Skip this test if od does not support -An -tx1
as POSIX requires. Also, omit an unnecessary use of tr, since
the $(...) already does that.
2025-04-27 13:28:49 -07:00
Jim Meyering
98db945a34 maint: update all copyright dates via "make update-copyright" 2025-01-03 09:33:55 -08:00
Jim Meyering
9a15d2fcdd tests: reference: don't rely on od's -w option
* tests/reference: Don't rely on od's -w option.
Instead, use tr -d '\n' to join the output lines.
Reported by Bruno Haible in https://bugs.gnu.org/73140
2024-09-09 13:41:54 -07:00
Jim Meyering
bb771f30c5 tests: reference: new test
* tests/reference: New test. Without this test, there
was nothing to alert me to an error in the crc computation:
each new CRC was different, but all newly-compressed files
decompressed fine and had a valid (by the new check) CRC.
* tests/Makefile.am (TESTS): Add it.
Also move the "list-big" test to the front of the list, since
it is the most costly: start it first. Useful in a parallel test.
2024-09-08 08:51:43 -07:00