]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix error message check on some systems
authorPádraig Brady <P@draigBrady.com>
Thu, 25 Dec 2014 02:21:11 +0000 (02:21 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 25 Dec 2014 02:30:05 +0000 (02:30 +0000)
commit3b7c9d1a31a183b903de9c1396a17b4ee64f09f8
treef4b4532d1cae9d08fdfd5d52bd38c60981e59c77
parent6894816c653adef54f3a85becbf75a865d6d39d6
tests: fix error message check on some systems

http://hydra.nixos.org/build/18129583 identified (on OS X)
an incorrect test assumption in the previous commit.

* gl/lib/xdectoint.c (__xnumtoint): Suppress the EINVAL
error message as it's redundant in this context.
* tests/misc/tail.pl: Suppress _optionally_ appended
strerror messages.
* tests/fmt/base.pl: Likewise.
* tests/pr/pr-tests.pl: Likewise.
* tests/split/l-chunk.sh: Likewise.
gl/lib/xdectoint.c
tests/fmt/base.pl
tests/misc/tail.pl
tests/pr/pr-tests.pl
tests/split/l-chunk.sh