From: Jim Meyering Date: Sat, 26 Jul 2003 12:23:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62d873b4c74d58262ea1c9a5bbe01d45ff48a436;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index e4b45ad44c..f1bf6e9543 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,15 @@ GNU coreutils NEWS -*- outline -*- ** New features + `test' is now more compatible with Bash and POSIX: + + `test -t', `test --help', and `test --version' now silently exit + with status 0. To test whether standard output is a terminal, use + `test -t 1'. To get help and version info for `test', use + `[ --help' and `[ --version'. + + `test' now exits with status 2 (not 1) if there is an error. + wc count field widths now are heuristically adjusted depending on the input size, if known. If only one count is printed, it is guaranteed to be printed without leading spaces.