]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 12:23:53 +0000 (12:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 12:23:53 +0000 (12:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e4b45ad44cd9713cfdf0d7339fd3dc6c0a906241..f1bf6e95437999603c3932d4772336f01743debc 100644 (file)
--- 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.