From 843efb8e3b551bd2d70945371b1c5df946ab1f4d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 9 Dec 2005 16:22:24 +0000 Subject: [PATCH] (main): Fix misleading comment. --- src/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3