aboutsummaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit89730b290a5b2a1506fc7b4a1e604d01e16395ad (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/test
parent1ee6b373eb024652b73587eabcad2b9fa32fe121 (diff)
downloadsrc-89730b290a5b2a1506fc7b4a1e604d01e16395ad.tar.gz
src-89730b290a5b2a1506fc7b4a1e604d01e16395ad.zip
Added $Id$
Notes
Notes: svn path=/head/; revision=3044
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 ccd60890e8a2..a3a8126b435b 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 e36ec846dcda..b18fefbaf940 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 21f653fda19c..38d73dab38c3 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 74a5a95acf97..4bf8563652fe 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 b4eaf0d36208..e7af6447f818 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 bde66b9fabac..c13d0c6a99a5 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