From 7a3fb2d7ad5117e0a156ef90ab6f08a32f7436f7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 20 Jun 1994 14:14:34 +0000 Subject: . --- src/test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index 21a4487a9..c7a8eb163 100644 --- a/src/test.c +++ b/src/test.c @@ -44,6 +44,7 @@ # include "filecntl.h" #else /* TEST_STANDALONE */ # include "system.h" +# include "version.h" # if !defined (S_IXUGO) # define S_IXUGO 0111 # endif /* S_IXUGO */ @@ -1135,7 +1136,7 @@ test_command (margc, margv) if (margv[0] && strcmp (margv[0], "[") == 0) { - parse_long_options (argc, argv, COMMAND_NAME, usage); + parse_long_options (argc, argv, COMMAND_NAME, version_string, usage); --margc; @@ -1152,7 +1153,7 @@ test_command (margc, margv) if (pos >= argc) test_exit (SHELL_BOOLEAN (FALSE)); - parse_long_options (argc, argv, COMMAND_NAME, usage); + parse_long_options (argc, argv, COMMAND_NAME, version_string, usage); value = posixtest (); if (pos != argc) -- cgit v1.2.3-54-g00ecf