diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-06 07:58:04 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-06 07:58:04 +0000 | 
| commit | 34181e06a7fb1dad00312dfc5e13b2f0d4d8f8ef (patch) | |
| tree | a05adbf3b725986cc9283700c0cadd7067e18d01 /bin/test | |
| parent | 2cbfdf51d83d2fc0f0396562250a188cb6faba48 (diff) | |
Diffstat (limited to 'bin/test')
| -rw-r--r-- | bin/test/Makefile | 2 | ||||
| -rw-r--r-- | bin/test/TEST.csh | 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 | 
6 files changed, 6 insertions, 6 deletions
| diff --git a/bin/test/Makefile b/bin/test/Makefile index a3a8126b435b..6e2703803311 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.2 1994/09/24 02:59:10 davidg Exp $  PROG=	test  SRCS=   test.c operators.c diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index b18fefbaf940..eda32b3a34df 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.3 1994/09/24 02:59:11 davidg Exp $  #alias t '/usr/src/bin/test/obj/test \!*; echo $status'  alias t '/bin/test \!*; echo $status' diff --git a/bin/test/operators.c b/bin/test/operators.c index 38d73dab38c3..fb2ebd2b88a6 100644 --- a/bin/test/operators.c +++ b/bin/test/operators.c @@ -30,7 +30,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id$ + *	$Id: operators.c,v 1.3 1994/09/24 02:59:12 davidg Exp $   */  #ifndef lint diff --git a/bin/test/operators.h b/bin/test/operators.h index 4bf8563652fe..19fdc68ac6d4 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$ + *	$Id: operators.h,v 1.3 1994/09/24 02:59:13 davidg Exp $   */  #define	NOT		0 diff --git a/bin/test/test.1 b/bin/test/test.1 index e7af6447f818..9a010d1a3334 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$ +.\"	$Id: test.1,v 1.2 1994/09/24 02:59:14 davidg Exp $  .\"  .Dd May 31, 1993  .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index 9131c3b413d0..bed1b79c5c34 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -33,7 +33,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id: test.c,v 1.11.4.1 1996/02/20 09:48:53 jkh Exp $ + *	$Id: test.c,v 1.11.4.2 1996/03/11 11:04:23 joerg Exp $   */  #ifndef lint | 
