diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /bin/test | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
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 7c64b40347ef..11301f60d03c 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 4fe352487605..baeefb6f108e 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 afa1c91f158a..f3e0237926d1 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 bf7f3fdbd14b..754d1672868f 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 91b95c7314fd..a75d6abceee6 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.26 2006/12/14 10:42:46 ru Exp $ .\" .Dd July 31, 2006 .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index 35a0cf8d3e4a..9cf4037600b7 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> |
