aboutsummaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/Makefile3
-rw-r--r--bin/test/Makefile.depend2
-rw-r--r--bin/test/test.13
-rw-r--r--bin/test/test.c5
-rw-r--r--bin/test/tests/Makefile2
-rw-r--r--bin/test/tests/Makefile.depend1
-rw-r--r--bin/test/tests/legacy_test.sh1
7 files changed, 1 insertions, 16 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index 59ea2be99539..da1cccbb7f2e 100644
--- a/bin/test/Makefile
+++ b/bin/test/Makefile
@@ -1,6 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
-
.include <src.opts.mk>
PACKAGE=runtime
diff --git a/bin/test/Makefile.depend b/bin/test/Makefile.depend
index 6cfaab1c3644..6ef78fac5cbf 100644
--- a/bin/test/Makefile.depend
+++ b/bin/test/Makefile.depend
@@ -1,8 +1,6 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
- gnu/lib/csu \
include \
include/xlocale \
lib/${CSU_DIR} \
diff --git a/bin/test/test.1 b/bin/test/test.1
index eaa5f2b2cce7..04a39a3c7eaa 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -29,9 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)test.1 8.1 (Berkeley) 5/31/93
-.\" $FreeBSD$
-.\"
.Dd October 5, 2016
.Dt TEST 1
.Os
diff --git a/bin/test/test.c b/bin/test/test.c
index 1570238300e9..a35c5b424d3f 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -14,9 +14,6 @@
* as a builtin for /bin/sh (#define SHELL).
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/stat.h>
@@ -201,7 +198,7 @@ main(int argc, char **argv)
p++;
if (strcmp(p, "[") == 0) {
if (strcmp(argv[--argc], "]") != 0)
- error("missing ]");
+ error("missing ']'");
argv[argc] = NULL;
}
diff --git a/bin/test/tests/Makefile b/bin/test/tests/Makefile
index a1a5d4f02fa7..3aaebb693011 100644
--- a/bin/test/tests/Makefile
+++ b/bin/test/tests/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
.include <bsd.own.mk>
TAP_TESTS_SH= legacy_test
diff --git a/bin/test/tests/Makefile.depend b/bin/test/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/bin/test/tests/Makefile.depend
+++ b/bin/test/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/bin/test/tests/legacy_test.sh b/bin/test/tests/legacy_test.sh
index 8dae88f0d7af..44594da9d886 100644
--- a/bin/test/tests/legacy_test.sh
+++ b/bin/test/tests/legacy_test.sh
@@ -28,7 +28,6 @@
#
# TEST.sh - check if test(1) or builtin test works
#
-# $FreeBSD$
# force a specified test program, e.g. `env test=/bin/test sh regress.sh'
: ${test=test}