diff options
author | peter <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
commit | 66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch) | |
tree | d4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/test | |
parent | 5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff) | |
download | FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz |
$Id$ -> $FreeBSD$
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/test.1 | 2 | ||||
-rw-r--r-- | bin/test/test.c | 2 |
6 files changed, 6 insertions, 6 deletions
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 <sys/types.h> |