diff options
Diffstat (limited to 'bin/test')
| -rw-r--r-- | bin/test/Makefile | 2 | ||||
| -rw-r--r-- | bin/test/TEST.README | 2 | ||||
| -rw-r--r-- | bin/test/TEST.csh | 2 | ||||
| -rw-r--r-- | bin/test/TEST.sh | 2 | ||||
| -rw-r--r-- | bin/test/operators.c | 2 | ||||
| -rw-r--r-- | bin/test/operators.h | 2 | ||||
| -rw-r--r-- | bin/test/test.1 | 2 | ||||
| -rw-r--r-- | bin/test/test.c | 2 | 
8 files changed, 8 insertions, 8 deletions
| diff --git a/bin/test/Makefile b/bin/test/Makefile index a3a8126b435b..58b79bd5df58 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@  #        @(#)Makefile	8.1 (Berkeley) 5/31/93 -#	$Id$ +#	$Id: Makefile,v 1.4 1997/02/22 14:06:17 peter Exp $  PROG=	test  SRCS=   test.c operators.c diff --git a/bin/test/TEST.README b/bin/test/TEST.README index 7bec57dc7d60..66b30b4373d1 100644 --- a/bin/test/TEST.README +++ b/bin/test/TEST.README @@ -1,4 +1,4 @@ -#	$Id$ +#	$Id: TEST.README,v 1.3 1997/02/22 14:06:18 peter Exp $  OS/shell			syntax error	failed  -------------------------------------------------------------------- diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index b18fefbaf940..b73a6be74345 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,5 +1,5 @@  #	@(#)TEST.csh	5.2 (Berkeley) 4/30/93 -#	$Id$ +#	$Id: TEST.csh,v 1.5 1997/02/22 14:06:19 peter Exp $  #alias t '/usr/src/bin/test/obj/test \!*; echo $status'  alias t '/bin/test \!*; echo $status' diff --git a/bin/test/TEST.sh b/bin/test/TEST.sh index 331c1ce633a3..ada56f3b5d80 100644 --- a/bin/test/TEST.sh +++ b/bin/test/TEST.sh @@ -26,7 +26,7 @@  #  # TEST.sh - check if test(1) or builtin test works  # -# $Id$ +# $Id: TEST.sh,v 1.5 1997/02/22 14:06:20 peter Exp $  # force a specified test program, e.g. `env test=/bin/test sh TEST.sh'  : ${test=test}		 diff --git a/bin/test/operators.c b/bin/test/operators.c index 9ebce4ad016e..4a01fa6ab619 100644 --- a/bin/test/operators.c +++ b/bin/test/operators.c @@ -36,7 +36,7 @@  static char sccsid[] = "@(#)operators.c	8.3 (Berkeley) 4/2/94";  #endif  static const char rcsid[] = -	"$Id: operators.c,v 1.7 1998/05/18 06:51:53 charnier Exp $"; +	"$Id: operators.c,v 1.8 1998/09/07 16:59:04 cracauer Exp $";  #endif /* not lint */  /* diff --git a/bin/test/operators.h b/bin/test/operators.h index be8620ed6272..ccdac23692d4 100644 --- a/bin/test/operators.h +++ b/bin/test/operators.h @@ -31,7 +31,7 @@   * SUCH DAMAGE.   *   *	@(#)operators.h	8.3 (Berkeley) 4/2/94 - *	$Id: operators.h,v 1.5 1997/02/22 14:06:22 peter Exp $ + *	$Id: operators.h,v 1.6 1998/09/07 16:59:05 cracauer Exp $   */  #define	NOT		0 diff --git a/bin/test/test.1 b/bin/test/test.1 index 45a84e33b87c..239a6a7dd619 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -33,7 +33,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)test.1	8.1 (Berkeley) 5/31/93 -.\"	$Id: test.1,v 1.7 1998/09/07 16:59:05 cracauer Exp $ +.\"	$Id: test.1,v 1.8 1998/12/18 03:16:47 jkoshy Exp $  .\"  .Dd May 31, 1993  .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index 2b7bd42ba213..c0f862a7dbc0 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -45,7 +45,7 @@ static char const copyright[] =  static char sccsid[] = "@(#)test.c	8.3 (Berkeley) 4/2/94";  #endif  static const char rcsid[] = -	"$Id: test.c,v 1.20 1998/09/07 16:59:05 cracauer Exp $"; +	"$Id: test.c,v 1.20.2.1 1999/05/08 10:43:20 kris Exp $";  #endif /* not lint */  #include <sys/param.h> | 
