From: Jim Meyering Date: Fri, 9 Dec 2005 16:22:24 +0000 (+0000) Subject: (main): Fix misleading comment. X-Git-Tag: v6.0~1186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843efb8e3b551bd2d70945371b1c5df946ab1f4d;p=thirdparty%2Fcoreutils.git (main): Fix misleading comment. --- diff --git a/src/test.c b/src/test.c index 89ff95dbd9..eb20003122 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,