summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-09 16:22:24 +0000
committerJim Meyering <jim@meyering.net>2005-12-09 16:22:24 +0000
commit843efb8e3b551bd2d70945371b1c5df946ab1f4d (patch)
tree2bd0ba8072d030f649e6269dc3f7b98d59fbddd6
parentbbfe621405f8a1d7523548a9e8437dc3c88a4bf7 (diff)
downloadcoreutils-843efb8e3b551bd2d70945371b1c5df946ab1f4d.tar.xz
(main): Fix misleading comment.
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 89ff95dbd..eb2000312 100644
--- a/src/test.c
+++ b/src/test.c
@@ -822,7 +822,7 @@ main (int margc, char **margv)
"[" form, and when the last argument is not "]". POSIX
allows "[ --help" and "[ --version" to have the usual GNU
behavior, but it requires "test --help" and "test --version"
- to exit silently with status 1. */
+ to exit silently with status 0. */
if (margc < 2 || !STREQ (margv[margc - 1], "]"))
{
parse_long_options (margc, margv, PROGRAM_NAME, GNU_PACKAGE, VERSION,