aboutsummaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:32:01 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:30 +0000
commit023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9 (patch)
treebdf05d4455073183dc86cf825f95b4a6632cbc89 /tools/test
parent5510f79042fbd543de55807d0da7f8a2b8be2f89 (diff)
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/auxinfo/Makefile1
-rw-r--r--tools/test/bsnmp/Makefile1
-rw-r--r--tools/test/callout_free/Makefile1
-rw-r--r--tools/test/devrandom/hammer.random1
-rw-r--r--tools/test/devrandom/hammer.urandom1
-rw-r--r--tools/test/devrandom/stat.16bit1
-rw-r--r--tools/test/devrandom/stat.8bit1
-rw-r--r--tools/test/gpioevents/Makefile1
-rwxr-xr-xtools/test/hwpmc/pmctest.py1
-rw-r--r--tools/test/iconv/Makefile1
-rw-r--r--tools/test/iconv/gnu/Makefile1
-rw-r--r--tools/test/iconv/posix/Makefile1
-rw-r--r--tools/test/iconv/refgen/Makefile1
-rw-r--r--tools/test/iconv/tablegen/Makefile1
-rwxr-xr-xtools/test/iconv/tablegen/cmp.sh1
-rw-r--r--tools/test/malloc/Makefile1
-rw-r--r--tools/test/net/Makefile1
-rw-r--r--tools/test/netfibs/Makefile1
-rw-r--r--tools/test/netfibs/README1
-rwxr-xr-xtools/test/netfibs/forwarding.sh1
-rwxr-xr-xtools/test/netfibs/initiator.sh1
-rwxr-xr-xtools/test/netfibs/reflector.sh1
-rw-r--r--tools/test/ppsapi/Makefile1
-rw-r--r--tools/test/ppsapi/README1
-rw-r--r--tools/test/ptrace/Makefile1
-rwxr-xr-xtools/test/sort/bigtest/kcmd2
-rw-r--r--tools/test/sort/regression/Makefile1
-rwxr-xr-xtools/test/sort/regression/cmp.sh1
-rw-r--r--tools/test/upsdl/Makefile1
-rw-r--r--tools/test/vm86/Makefile1
30 files changed, 0 insertions, 31 deletions
diff --git a/tools/test/auxinfo/Makefile b/tools/test/auxinfo/Makefile
index f40c81d87652..f848a58f1446 100644
--- a/tools/test/auxinfo/Makefile
+++ b/tools/test/auxinfo/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= auxinfo
MAN=
diff --git a/tools/test/bsnmp/Makefile b/tools/test/bsnmp/Makefile
index 52f67be70164..47f03ac48a1f 100644
--- a/tools/test/bsnmp/Makefile
+++ b/tools/test/bsnmp/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
CONTRIB=${SRCTOP}/contrib/bsnmp
.PATH: ${CONTRIB}/tests
diff --git a/tools/test/callout_free/Makefile b/tools/test/callout_free/Makefile
index ee17d752b820..cc1583aa7a23 100644
--- a/tools/test/callout_free/Makefile
+++ b/tools/test/callout_free/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
KMOD= callout_free
SRCS= callout_free.c
diff --git a/tools/test/devrandom/hammer.random b/tools/test/devrandom/hammer.random
index ea4cb5f64032..f6c823986029 100644
--- a/tools/test/devrandom/hammer.random
+++ b/tools/test/devrandom/hammer.random
@@ -5,7 +5,6 @@
# Read and display random numbers.
# Try tapping shift/alt/ctrl to get more randomness.
#
-# $FreeBSD$
#
for (;;) {
diff --git a/tools/test/devrandom/hammer.urandom b/tools/test/devrandom/hammer.urandom
index d0b6aa89da58..892cd3697492 100644
--- a/tools/test/devrandom/hammer.urandom
+++ b/tools/test/devrandom/hammer.urandom
@@ -5,7 +5,6 @@
# Read and display random numbers.
# This also reads /dev/zero to make sure there is no brokenness there.
#
-# $FreeBSD$
#
open(ZERO, "/dev/zero") || die "Cannot open /dev/zero - $!\n";
diff --git a/tools/test/devrandom/stat.16bit b/tools/test/devrandom/stat.16bit
index 32a6a9caf550..b30b10c81b3f 100644
--- a/tools/test/devrandom/stat.16bit
+++ b/tools/test/devrandom/stat.16bit
@@ -8,7 +8,6 @@
# Redirect the output from this to a file - and go to the movies while
# it runs. This program is a CPU Hog!
#
-# $FreeBSD$
#
for ($i = 0; $i < (1024*64); $i++) {
diff --git a/tools/test/devrandom/stat.8bit b/tools/test/devrandom/stat.8bit
index 03fdbdd5b39d..63cf396bb72d 100644
--- a/tools/test/devrandom/stat.8bit
+++ b/tools/test/devrandom/stat.8bit
@@ -8,7 +8,6 @@
# Redirect the output from this to a file - and make a cup of coffee while
# it runs. This program is a CPU Hog!
#
-# $FreeBSD$
#
for ($i = 0; $i < (1024*32); $i++) {
diff --git a/tools/test/gpioevents/Makefile b/tools/test/gpioevents/Makefile
index 89edfefa87ea..7976bd03174a 100644
--- a/tools/test/gpioevents/Makefile
+++ b/tools/test/gpioevents/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= gpioevents
SRCS= gpioevents.c
diff --git a/tools/test/hwpmc/pmctest.py b/tools/test/hwpmc/pmctest.py
index 51f58311a62b..4bd4910b00a9 100755
--- a/tools/test/hwpmc/pmctest.py
+++ b/tools/test/hwpmc/pmctest.py
@@ -33,7 +33,6 @@
#
# Author: George V. Neville-Neil
#
-# $FreeBSD$
# Description: A program to run a simple program against every available
# pmc counter present in a system.
diff --git a/tools/test/iconv/Makefile b/tools/test/iconv/Makefile
index bdcec5dab201..48f03456e296 100644
--- a/tools/test/iconv/Makefile
+++ b/tools/test/iconv/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SUBDIR= tablegen refgen posix gnu
diff --git a/tools/test/iconv/gnu/Makefile b/tools/test/iconv/gnu/Makefile
index d52876e3aa18..3feb4845cee9 100644
--- a/tools/test/iconv/gnu/Makefile
+++ b/tools/test/iconv/gnu/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= gnu
MAN=
diff --git a/tools/test/iconv/posix/Makefile b/tools/test/iconv/posix/Makefile
index aafaadebafe7..55c939a32e84 100644
--- a/tools/test/iconv/posix/Makefile
+++ b/tools/test/iconv/posix/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= posix
MAN=
diff --git a/tools/test/iconv/refgen/Makefile b/tools/test/iconv/refgen/Makefile
index 6ac215101de3..5dc332c9d0e3 100644
--- a/tools/test/iconv/refgen/Makefile
+++ b/tools/test/iconv/refgen/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${.CURDIR}/../tablegen
diff --git a/tools/test/iconv/tablegen/Makefile b/tools/test/iconv/tablegen/Makefile
index cdac44f5b585..ab79bacdb9c1 100644
--- a/tools/test/iconv/tablegen/Makefile
+++ b/tools/test/iconv/tablegen/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= tablegen
MAN=
diff --git a/tools/test/iconv/tablegen/cmp.sh b/tools/test/iconv/tablegen/cmp.sh
index 349c08f6e038..dca7284060d4 100755
--- a/tools/test/iconv/tablegen/cmp.sh
+++ b/tools/test/iconv/tablegen/cmp.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-# $FreeBSD$
diff -I\$\FreeBSD $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0
diff --git a/tools/test/malloc/Makefile b/tools/test/malloc/Makefile
index ac3fdd89486b..8944bf2da79a 100644
--- a/tools/test/malloc/Makefile
+++ b/tools/test/malloc/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= malloc
SRCS= main.c
.PATH: ${.CURDIR}/../../../lib/libc/stdlib
diff --git a/tools/test/net/Makefile b/tools/test/net/Makefile
index 4fe5fb155cd1..bdbc46c5ad57 100644
--- a/tools/test/net/Makefile
+++ b/tools/test/net/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROGS= listen connect
MAN=
diff --git a/tools/test/netfibs/Makefile b/tools/test/netfibs/Makefile
index 7262a21356c8..02db4c8d82de 100644
--- a/tools/test/netfibs/Makefile
+++ b/tools/test/netfibs/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= reflect
MAN=
diff --git a/tools/test/netfibs/README b/tools/test/netfibs/README
index 64c238895c68..9c6d8bb63513 100644
--- a/tools/test/netfibs/README
+++ b/tools/test/netfibs/README
@@ -1,4 +1,3 @@
-# $FreeBSD$
This directory holds scripts and a support program for multiple test cases
exercising multi-IP FIBs. At this time only IPv6 test cases are provided.
diff --git a/tools/test/netfibs/forwarding.sh b/tools/test/netfibs/forwarding.sh
index 3d63d7454cc4..1b639b65d7f3 100755
--- a/tools/test/netfibs/forwarding.sh
+++ b/tools/test/netfibs/forwarding.sh
@@ -27,7 +27,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
#
# Test setup:
diff --git a/tools/test/netfibs/initiator.sh b/tools/test/netfibs/initiator.sh
index 3a409a7da1bc..bde3c88b7a2d 100755
--- a/tools/test/netfibs/initiator.sh
+++ b/tools/test/netfibs/initiator.sh
@@ -27,7 +27,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
#
# We will use the RFC5180 (and Errata) benchmarking working group prefix
diff --git a/tools/test/netfibs/reflector.sh b/tools/test/netfibs/reflector.sh
index 3f8c43ae4f26..b9500689a321 100755
--- a/tools/test/netfibs/reflector.sh
+++ b/tools/test/netfibs/reflector.sh
@@ -27,7 +27,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
#
# We will use the RFC5180 (and Errata) benchmarking working group prefix
diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile
index 0474b9979363..91a017f393ba 100644
--- a/tools/test/ppsapi/Makefile
+++ b/tools/test/ppsapi/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= ppsapitest
MAN=
diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README
index ea0c3e86e1b5..57ced89e64ce 100644
--- a/tools/test/ppsapi/README
+++ b/tools/test/ppsapi/README
@@ -1,4 +1,3 @@
-# $FreeBSD$
This is a small test program which I have had around since we wrote
the RFC 2783 API.
diff --git a/tools/test/ptrace/Makefile b/tools/test/ptrace/Makefile
index 46e0aee6b53f..b2c9c7a91c37 100644
--- a/tools/test/ptrace/Makefile
+++ b/tools/test/ptrace/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= scescx
MAN=
diff --git a/tools/test/sort/bigtest/kcmd b/tools/test/sort/bigtest/kcmd
index f853fd609230..41aa080139f7 100755
--- a/tools/test/sort/bigtest/kcmd
+++ b/tools/test/sort/bigtest/kcmd
@@ -1,7 +1,5 @@
#!/bin/sh
-# $FreeBSD$
-
rm -rf siks
mkdir -p siks
diff --git a/tools/test/sort/regression/Makefile b/tools/test/sort/regression/Makefile
index e7cc101f354f..e8f78e2e7f71 100644
--- a/tools/test/sort/regression/Makefile
+++ b/tools/test/sort/regression/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
TESTFILE= test01 test02 test03 test04 test05 test06 test07 test08 \
test09 test10 test11 test12 test13 test14 test15 test16 test17 \
diff --git a/tools/test/sort/regression/cmp.sh b/tools/test/sort/regression/cmp.sh
index 44c406a3dc65..cd840af27952 100755
--- a/tools/test/sort/regression/cmp.sh
+++ b/tools/test/sort/regression/cmp.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-# $FreeBSD$
diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
diff --git a/tools/test/upsdl/Makefile b/tools/test/upsdl/Makefile
index 448cb7a02b4f..2e58b42c0945 100644
--- a/tools/test/upsdl/Makefile
+++ b/tools/test/upsdl/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PROG= upsdl
MAN=
diff --git a/tools/test/vm86/Makefile b/tools/test/vm86/Makefile
index e895b3f85498..a275cc638b66 100644
--- a/tools/test/vm86/Makefile
+++ b/tools/test/vm86/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
all: vm86_test