summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/Makefile2
-rw-r--r--bin/test/TEST.README2
-rw-r--r--bin/test/TEST.csh2
-rw-r--r--bin/test/TEST.sh2
-rw-r--r--bin/test/operators.c2
-rw-r--r--bin/test/operators.h2
-rw-r--r--bin/test/test.12
-rw-r--r--bin/test/test.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index a3a8126b435b6..6e2703803311e 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.README b/bin/test/TEST.README
index 6a997593cda00..f553713a6586e 100644
--- a/bin/test/TEST.README
+++ b/bin/test/TEST.README
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id: TEST.README,v 1.1 1996/06/19 00:44:44 wosch Exp $
OS/shell syntax error failed
--------------------------------------------------------------------
diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh
index b18fefbaf9406..eda32b3a34dff 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/TEST.sh b/bin/test/TEST.sh
index e3bb731383b94..5ccab74d148e8 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: TEST.sh,v 1.2 1996/08/27 20:03:30 wosch Exp $
+# $Id: TEST.sh,v 1.2.2.1 1997/08/25 09:26:30 jkh Exp $
# force a specified test program, e.g. `env test=/bin/test sh TEST.sh'
: ${test=test}
diff --git a/bin/test/operators.c b/bin/test/operators.c
index 73568553b282f..51ade5b2fc1dd 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: operators.c,v 1.3 1994/09/24 02:59:12 davidg Exp $
+ * $Id: operators.c,v 1.3.8.1 1997/08/25 09:26:32 jkh Exp $
*/
#ifndef lint
diff --git a/bin/test/operators.h b/bin/test/operators.h
index 4bf8563652fe0..19fdc68ac6d42 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 1c1e2c62712a1..388b5d1c21669 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.2.8.1 1997/06/02 06:40:08 charnier Exp $
+.\" $Id: test.1,v 1.2.8.2 1998/07/16 09:35:53 jkh Exp $
.\"
.Dd May 31, 1993
.Dt TEST 1
diff --git a/bin/test/test.c b/bin/test/test.c
index 9857fdb7e0fd6..1816785697214 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.13.2.2 1997/08/25 09:26:35 jkh Exp $
+ * $Id: test.c,v 1.13.2.3 1998/02/15 13:32:21 jkh Exp $
*/
#ifndef lint