From 66312e4a8d4ad8bda7524141fcd8fd3fade9e807 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 27 Aug 1999 23:15:48 +0000 Subject: $Id$ -> $FreeBSD$ --- bin/test/Makefile | 2 +- bin/test/TEST.README | 2 +- bin/test/TEST.csh | 2 +- bin/test/TEST.sh | 2 +- bin/test/test.1 | 2 +- bin/test/test.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bin/test') diff --git a/bin/test/Makefile b/bin/test/Makefile index 5b1f2e1..c1bc62c 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.4 1997/02/22 14:06:17 peter Exp $ +# $FreeBSD$ PROG= test LINKS= ${BINDIR}/test ${BINDIR}/[ diff --git a/bin/test/TEST.README b/bin/test/TEST.README index 7bec57d..f291953 100644 --- a/bin/test/TEST.README +++ b/bin/test/TEST.README @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ OS/shell syntax error failed -------------------------------------------------------------------- diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index b18fefb..afa1c91 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,5 +1,5 @@ # @(#)TEST.csh 5.2 (Berkeley) 4/30/93 -# $Id$ +# $FreeBSD$ #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 331c1ce..148cba2 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$ +# $FreeBSD$ # force a specified test program, e.g. `env test=/bin/test sh TEST.sh' : ${test=test} diff --git a/bin/test/test.1 b/bin/test/test.1 index bfe342b..cfd9ff7 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.8 1998/12/18 03:16:47 jkoshy Exp $ +.\" $FreeBSD$ .\" .Dd May 31, 1993 .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index 35af044..e02559d 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: test.c,v 1.26 1999/08/22 22:32:41 green Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1