From d7c526e66d7c4d3d11ca80c141b9fae18f0a9668 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 26 Oct 1993 00:11:14 +0000 Subject: merge with 1.8.1i --- src/test.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index c3d5c54cb..a4fd543dc 100644 --- a/src/test.c +++ b/src/test.c @@ -1008,25 +1008,24 @@ posixtest () } #if defined (TEST_STANDALONE) -#include "long-option.h" +#include "long-options.h" static void usage (status) int status; { - fprintf (status == 0 ? stdout : stderr, "\ -Usage: %s EXPRESSION\n\ - or: [ EXPRESSION ]\n\ - or: %s OPTION\n\ -", - program_name, program_name); - if (status != 0) fprintf (stderr, "Try `%s --help' for more information.\n", program_name); else { printf ("\ +Usage: %s EXPRESSION\n\ + or: [ EXPRESSION ]\n\ + or: %s OPTION\n\ +", + program_name, program_name); + printf ("\ \n\ --help display this help and exit\n\ --version output version information and exit\n\ @@ -1087,7 +1086,6 @@ Beware that parentheses need to be escaped by backslashes for shells.\n\ INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\ "); } - exit (status); } #endif /* TEST_STANDALONE */ -- cgit v1.2.3-70-g09d2