From 62d873b4c74d58262ea1c9a5bbe01d45ff48a436 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Jul 2003 12:23:53 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.47.2