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/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 7c64b40347eff..11301f60d03cf 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/test/Makefile,v 1.10 2003/09/07 12:52:17 ru Exp $ PROG= test LINKS= ${BINDIR}/test ${BINDIR}/[ diff --git a/bin/test/TEST.README b/bin/test/TEST.README index 4fe3524876053..baeefb6f108e4 100644 --- a/bin/test/TEST.README +++ b/bin/test/TEST.README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/test/TEST.README,v 1.5 2004/06/16 12:57:31 maxim Exp $ OS/shell syntax error failed -------------------------------------------------------------------- diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index afa1c91f158a2..f3e0237926d10 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,5 +1,5 @@ # @(#)TEST.csh 5.2 (Berkeley) 4/30/93 -# $FreeBSD$ +# $FreeBSD: src/bin/test/TEST.csh,v 1.6 1999/08/27 23:15:47 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 bf7f3fdbd14be..754d1672868f2 100644 --- a/bin/test/TEST.sh +++ b/bin/test/TEST.sh @@ -28,7 +28,7 @@ # # TEST.sh - check if test(1) or builtin test works # -# $FreeBSD$ +# $FreeBSD: src/bin/test/TEST.sh,v 1.8 2005/01/10 08:39:26 imp Exp $ # 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 df6a29021cb29..f6cf6c1b6c241 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)test.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/test/test.1,v 1.23 2005/01/10 08:39:26 imp Exp $ .\" .Dd July 3, 2004 .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index 35a0cf8d3e4a6..9cf4037600b71 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/test/test.c,v 1.53 2005/01/10 08:39:26 imp Exp $"); #include <sys/types.h> #include <sys/stat.h> |