summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
committerimp <imp@FreeBSD.org>2005-01-10 08:39:26 +0000
commita76898b84970888a6fd015e15721f65815ea119a (patch)
tree7dca27c9a790badf045197bb573b3e53ba372480 /bin/test
parent8e0b41a135a33cfa59159ee99e22e486f42337f6 (diff)
downloadFreeBSD-src-a76898b84970888a6fd015e15721f65815ea119a.zip
FreeBSD-src-a76898b84970888a6fd015e15721f65815ea119a.tar.gz
/*- or .\"- or #- to begin license clauses.
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/TEST.sh4
-rw-r--r--bin/test/test.11
-rw-r--r--bin/test/test.c2
3 files changed, 5 insertions, 2 deletions
diff --git a/bin/test/TEST.sh b/bin/test/TEST.sh
index d3aa83c..bf7f3fd 100644
--- a/bin/test/TEST.sh
+++ b/bin/test/TEST.sh
@@ -1,5 +1,6 @@
#!/bin/sh
-#
+
+#-
# Copyright (c) June 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
#
@@ -23,6 +24,7 @@
# 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.
+
#
# TEST.sh - check if test(1) or builtin test works
#
diff --git a/bin/test/test.1 b/bin/test/test.1
index 017454c..df6a290 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -1,3 +1,4 @@
+.\"-
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/bin/test/test.c b/bin/test/test.c
index e81bdd5..35a0cf8 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -1,6 +1,6 @@
/* $NetBSD: test.c,v 1.21 1999/04/05 09:48:38 kleink Exp $ */
-/*
+/*-
* test(1); version 7-like -- author Erik Baalbergen
* modified by Eric Gisin to be used as built-in.
* modified by Arnold Robbins to add SVR3 compatibility
OpenPOWER on IntegriCloud