]> git.ipfire.org Git - thirdparty/zstd.git/commit
Handle newer less versions in zstdless testing 3093/head
authorDirk Müller <dirk@dmllr.de>
Wed, 9 Mar 2022 23:25:05 +0000 (00:25 +0100)
committerDirk Müller <dirk@dmllr.de>
Thu, 10 Mar 2022 08:47:33 +0000 (09:47 +0100)
commit7a3997c21a6e7620eaf6562b69326e23ffdde23d
tree2a0e5cc800d38449037402a67fc30c12e466b991
parent8814aa5bfa74f05a86e55e9d508da177a893ceeb
Handle newer less versions in zstdless testing

Newer less versions appear to have changed how stderr
and stdout are showing error messages. hardcode the
expected behavior to make the tests pass with any less version.

Also set locale to C so that the strings are matching.
tests/cli-tests/cltools/zstdless.sh
tests/cli-tests/run.py