summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerdg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit8722740e7f163b275491a0b05c8640341b937558 (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/test
parent111d145dc40797c8894e8aa7dc6632e33bce87bf (diff)
downloadFreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip
FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz
Added $Id$
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/Makefile1
-rw-r--r--bin/test/TEST.csh1
-rw-r--r--bin/test/operators.c2
-rw-r--r--bin/test/operators.h1
-rw-r--r--bin/test/test.11
-rw-r--r--bin/test/test.c2
6 files changed, 8 insertions, 0 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index ccd6089..a3a8126 100644
--- a/bin/test/Makefile
+++ b/bin/test/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id$
PROG= test
SRCS= test.c operators.c
diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh
index e36ec84..b18fefb 100644
--- a/bin/test/TEST.csh
+++ b/bin/test/TEST.csh
@@ -1,4 +1,5 @@
# @(#)TEST.csh 5.2 (Berkeley) 4/30/93
+# $Id$
#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 21f653f..38d73da 100644
--- a/bin/test/operators.c
+++ b/bin/test/operators.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint
diff --git a/bin/test/operators.h b/bin/test/operators.h
index 74a5a95..4bf8563 100644
--- a/bin/test/operators.h
+++ b/bin/test/operators.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)operators.h 8.3 (Berkeley) 4/2/94
+ * $Id$
*/
#define NOT 0
diff --git a/bin/test/test.1 b/bin/test/test.1
index b4eaf0d..e7af644 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
+.\" $Id$
.\"
.Dd May 31, 1993
.Dt TEST 1
diff --git a/bin/test/test.c b/bin/test/test.c
index bde66b9..c13d0c6 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -32,6 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint
OpenPOWER on IntegriCloud