diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /tests/sys/geom/class | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'tests/sys/geom/class')
90 files changed, 0 insertions, 90 deletions
diff --git a/tests/sys/geom/class/Makefile b/tests/sys/geom/class/Makefile index 6e573d6164b6..4a21e039f185 100644 --- a/tests/sys/geom/class/Makefile +++ b/tests/sys/geom/class/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/tests/sys/geom/class/Makefile.depend b/tests/sys/geom/class/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/Makefile.depend +++ b/tests/sys/geom/class/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/Makefile.inc b/tests/sys/geom/class/Makefile.inc index 2cba822015ae..03efce15f856 100644 --- a/tests/sys/geom/class/Makefile.inc +++ b/tests/sys/geom/class/Makefile.inc @@ -1,3 +1,2 @@ -# $FreeBSD$ .include "${SRCTOP}/tests/Makefile.inc0" diff --git a/tests/sys/geom/class/concat/1_test.sh b/tests/sys/geom/class/concat/1_test.sh index ef80a61bc18e..a35b015e9c24 100644 --- a/tests/sys/geom/class/concat/1_test.sh +++ b/tests/sys/geom/class/concat/1_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/concat/2_test.sh b/tests/sys/geom/class/concat/2_test.sh index 95636be860eb..7b41932f054a 100644 --- a/tests/sys/geom/class/concat/2_test.sh +++ b/tests/sys/geom/class/concat/2_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/concat/Makefile b/tests/sys/geom/class/concat/Makefile index 380eca093038..335c7632c6e5 100644 --- a/tests/sys/geom/class/concat/Makefile +++ b/tests/sys/geom/class/concat/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/concat/Makefile.depend b/tests/sys/geom/class/concat/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/concat/Makefile.depend +++ b/tests/sys/geom/class/concat/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/concat/append1.sh b/tests/sys/geom/class/concat/append1.sh index 0331fe4503af..08d6250fd190 100644 --- a/tests/sys/geom/class/concat/append1.sh +++ b/tests/sys/geom/class/concat/append1.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # A basic regression test for gconcat append using "gconcat create", # i.e., manual mode. diff --git a/tests/sys/geom/class/concat/append2.sh b/tests/sys/geom/class/concat/append2.sh index e9f39c34746a..84a1f12350ba 100644 --- a/tests/sys/geom/class/concat/append2.sh +++ b/tests/sys/geom/class/concat/append2.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # A basic regression test for gconcat append using "gconcat label", # i.e., automatic mode. diff --git a/tests/sys/geom/class/concat/conf.sh b/tests/sys/geom/class/concat/conf.sh index 374ed12aecc2..e915f0d8aca9 100644 --- a/tests/sys/geom/class/concat/conf.sh +++ b/tests/sys/geom/class/concat/conf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ name="$(mktemp -u concat.XXXXXX)" class="concat" diff --git a/tests/sys/geom/class/eli/Makefile b/tests/sys/geom/class/eli/Makefile index bdb1101ef059..d8faff182ac4 100644 --- a/tests/sys/geom/class/eli/Makefile +++ b/tests/sys/geom/class/eli/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${SRCTOP}/sys/geom/eli ${SRCTOP}/sys/crypto/sha2 diff --git a/tests/sys/geom/class/eli/Makefile.depend b/tests/sys/geom/class/eli/Makefile.depend index bf15a3771e71..2004c39a3dab 100644 --- a/tests/sys/geom/class/eli/Makefile.depend +++ b/tests/sys/geom/class/eli/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/eli/attach_test.sh b/tests/sys/geom/class/eli/attach_test.sh index b0104710d43b..bdb39a806fca 100644 --- a/tests/sys/geom/class/eli/attach_test.sh +++ b/tests/sys/geom/class/eli/attach_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/conf.sh b/tests/sys/geom/class/eli/conf.sh index 214f00eb420e..fe7c9c2528ea 100644 --- a/tests/sys/geom/class/eli/conf.sh +++ b/tests/sys/geom/class/eli/conf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ class="eli" base=$(atf_get ident) diff --git a/tests/sys/geom/class/eli/configure_test.sh b/tests/sys/geom/class/eli/configure_test.sh index 2e5f4e6ca77b..6814fde1c301 100644 --- a/tests/sys/geom/class/eli/configure_test.sh +++ b/tests/sys/geom/class/eli/configure_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/delkey_test.sh b/tests/sys/geom/class/eli/delkey_test.sh index 46c73aef8816..374e14740580 100644 --- a/tests/sys/geom/class/eli/delkey_test.sh +++ b/tests/sys/geom/class/eli/delkey_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/detach_test.sh b/tests/sys/geom/class/eli/detach_test.sh index 0901f327dc8f..c8952a0c739f 100644 --- a/tests/sys/geom/class/eli/detach_test.sh +++ b/tests/sys/geom/class/eli/detach_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/gentestvect.py b/tests/sys/geom/class/eli/gentestvect.py index 491316eda42e..e1bf6cf39ffd 100644 --- a/tests/sys/geom/class/eli/gentestvect.py +++ b/tests/sys/geom/class/eli/gentestvect.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# $FreeBSD$ from hashlib import pbkdf2_hmac import hashlib diff --git a/tests/sys/geom/class/eli/init_test.sh b/tests/sys/geom/class/eli/init_test.sh index 4fbe77df812f..8d4e9363ea05 100644 --- a/tests/sys/geom/class/eli/init_test.sh +++ b/tests/sys/geom/class/eli/init_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/integrity_test.sh b/tests/sys/geom/class/eli/integrity_test.sh index 583a9c2f29e5..c7f7cc0df0a3 100644 --- a/tests/sys/geom/class/eli/integrity_test.sh +++ b/tests/sys/geom/class/eli/integrity_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/kill_test.sh b/tests/sys/geom/class/eli/kill_test.sh index 9a49db8a6a4f..422627f1f70c 100644 --- a/tests/sys/geom/class/eli/kill_test.sh +++ b/tests/sys/geom/class/eli/kill_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/misc_test.sh b/tests/sys/geom/class/eli/misc_test.sh index 0b852d1e24d2..2e1b1936f3a0 100644 --- a/tests/sys/geom/class/eli/misc_test.sh +++ b/tests/sys/geom/class/eli/misc_test.sh @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/onetime_test.sh b/tests/sys/geom/class/eli/onetime_test.sh index 72d4c842e764..214533e1cb91 100644 --- a/tests/sys/geom/class/eli/onetime_test.sh +++ b/tests/sys/geom/class/eli/onetime_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/online_resize_test.sh b/tests/sys/geom/class/eli/online_resize_test.sh index d540577fc5aa..e137a7305122 100755 --- a/tests/sys/geom/class/eli/online_resize_test.sh +++ b/tests/sys/geom/class/eli/online_resize_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/reentrancy_test.sh b/tests/sys/geom/class/eli/reentrancy_test.sh index 1efd4ea01ac7..92a85d4df10a 100755 --- a/tests/sys/geom/class/eli/reentrancy_test.sh +++ b/tests/sys/geom/class/eli/reentrancy_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ # Test various operations for geli-on-geli providers, to ensure that geli is # reentrant. diff --git a/tests/sys/geom/class/eli/resize_test.sh b/tests/sys/geom/class/eli/resize_test.sh index c94e64caca74..c6f9e459e934 100644 --- a/tests/sys/geom/class/eli/resize_test.sh +++ b/tests/sys/geom/class/eli/resize_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/eli/setkey_test.sh b/tests/sys/geom/class/eli/setkey_test.sh index 63acd5e58488..c981b6fc266b 100644 --- a/tests/sys/geom/class/eli/setkey_test.sh +++ b/tests/sys/geom/class/eli/setkey_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/gate/Makefile b/tests/sys/geom/class/gate/Makefile index 600cef0b6bca..a51c983f5cf6 100644 --- a/tests/sys/geom/class/gate/Makefile +++ b/tests/sys/geom/class/gate/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/gate/Makefile.depend b/tests/sys/geom/class/gate/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/gate/Makefile.depend +++ b/tests/sys/geom/class/gate/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/gate/ggate_test.sh b/tests/sys/geom/class/gate/ggate_test.sh index d19d250215cc..3ca5c3a2531a 100644 --- a/tests/sys/geom/class/gate/ggate_test.sh +++ b/tests/sys/geom/class/gate/ggate_test.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ PIDFILE=ggated.pid PLAINFILES=plainfiles diff --git a/tests/sys/geom/class/geom_subr.sh b/tests/sys/geom/class/geom_subr.sh index 71ed4a15540f..7e572ccd5175 100644 --- a/tests/sys/geom/class/geom_subr.sh +++ b/tests/sys/geom/class/geom_subr.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ TEST_MDS_FILE="${TMPDIR}/test_mds.$(basename $0)" diff --git a/tests/sys/geom/class/mirror/10_test.sh b/tests/sys/geom/class/mirror/10_test.sh index 9247abddd826..775eb7f99591 100644 --- a/tests/sys/geom/class/mirror/10_test.sh +++ b/tests/sys/geom/class/mirror/10_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Test handling of read errors. diff --git a/tests/sys/geom/class/mirror/11_test.sh b/tests/sys/geom/class/mirror/11_test.sh index 8ae65a1f5a04..7d4324e383e9 100644 --- a/tests/sys/geom/class/mirror/11_test.sh +++ b/tests/sys/geom/class/mirror/11_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Test handling of read errors. diff --git a/tests/sys/geom/class/mirror/12_test.sh b/tests/sys/geom/class/mirror/12_test.sh index 46a79efe7e05..36132269bc81 100644 --- a/tests/sys/geom/class/mirror/12_test.sh +++ b/tests/sys/geom/class/mirror/12_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Test handling of write errors. diff --git a/tests/sys/geom/class/mirror/13_test.sh b/tests/sys/geom/class/mirror/13_test.sh index 4b0fc6cf7825..1ff004e3ba54 100644 --- a/tests/sys/geom/class/mirror/13_test.sh +++ b/tests/sys/geom/class/mirror/13_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Test handling of write errors. diff --git a/tests/sys/geom/class/mirror/1_test.sh b/tests/sys/geom/class/mirror/1_test.sh index af82a14730c2..bcd903e0d3f8 100644 --- a/tests/sys/geom/class/mirror/1_test.sh +++ b/tests/sys/geom/class/mirror/1_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/mirror/2_test.sh b/tests/sys/geom/class/mirror/2_test.sh index 5605c44eb464..7bb813502047 100644 --- a/tests/sys/geom/class/mirror/2_test.sh +++ b/tests/sys/geom/class/mirror/2_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/mirror/3_test.sh b/tests/sys/geom/class/mirror/3_test.sh index b7f85255e076..83993d32df2f 100644 --- a/tests/sys/geom/class/mirror/3_test.sh +++ b/tests/sys/geom/class/mirror/3_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/mirror/4_test.sh b/tests/sys/geom/class/mirror/4_test.sh index 6efcc021ef65..46222fbecb2c 100644 --- a/tests/sys/geom/class/mirror/4_test.sh +++ b/tests/sys/geom/class/mirror/4_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/mirror/5_test.sh b/tests/sys/geom/class/mirror/5_test.sh index 3a176b55531f..7bdb122255e4 100644 --- a/tests/sys/geom/class/mirror/5_test.sh +++ b/tests/sys/geom/class/mirror/5_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/mirror/6_test.sh b/tests/sys/geom/class/mirror/6_test.sh index 68036e9c8c6a..0baa511d0689 100644 --- a/tests/sys/geom/class/mirror/6_test.sh +++ b/tests/sys/geom/class/mirror/6_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/mirror/7_test.sh b/tests/sys/geom/class/mirror/7_test.sh index f5bf71ab7a3b..2eded509a337 100644 --- a/tests/sys/geom/class/mirror/7_test.sh +++ b/tests/sys/geom/class/mirror/7_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/mirror/8_test.sh b/tests/sys/geom/class/mirror/8_test.sh index d288190dde55..21f6b83c85f7 100644 --- a/tests/sys/geom/class/mirror/8_test.sh +++ b/tests/sys/geom/class/mirror/8_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Regression test for r317712. diff --git a/tests/sys/geom/class/mirror/9_test.sh b/tests/sys/geom/class/mirror/9_test.sh index 0c29cefd4344..a350ce9dfe3a 100644 --- a/tests/sys/geom/class/mirror/9_test.sh +++ b/tests/sys/geom/class/mirror/9_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Regression test for r306743. diff --git a/tests/sys/geom/class/mirror/Makefile b/tests/sys/geom/class/mirror/Makefile index 61fa5526c02f..fdef410ab974 100644 --- a/tests/sys/geom/class/mirror/Makefile +++ b/tests/sys/geom/class/mirror/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/mirror/Makefile.depend b/tests/sys/geom/class/mirror/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/mirror/Makefile.depend +++ b/tests/sys/geom/class/mirror/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/mirror/component_selection.sh b/tests/sys/geom/class/mirror/component_selection.sh index eafaeafb30c6..7c7020eb6e6b 100755 --- a/tests/sys/geom/class/mirror/component_selection.sh +++ b/tests/sys/geom/class/mirror/component_selection.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ ATF_TEST=true class=mirror diff --git a/tests/sys/geom/class/mirror/conf.sh b/tests/sys/geom/class/mirror/conf.sh index f50ff5f6b636..5d3b8623dcd6 100644 --- a/tests/sys/geom/class/mirror/conf.sh +++ b/tests/sys/geom/class/mirror/conf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ name="$(mktemp -u mirror.XXXXXX)" class="mirror" diff --git a/tests/sys/geom/class/mirror/sync_error.sh b/tests/sys/geom/class/mirror/sync_error.sh index 7c736b955a68..6b59dbe4fd4c 100644 --- a/tests/sys/geom/class/mirror/sync_error.sh +++ b/tests/sys/geom/class/mirror/sync_error.sh @@ -1,4 +1,3 @@ -# $FreeBSD$ ATF_TEST=true . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/multipath/Makefile b/tests/sys/geom/class/multipath/Makefile index 7027f90ac720..9a2a9a29ec38 100644 --- a/tests/sys/geom/class/multipath/Makefile +++ b/tests/sys/geom/class/multipath/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/multipath/conf.sh b/tests/sys/geom/class/multipath/conf.sh index 65454defaf98..2e9791bc5af1 100755 --- a/tests/sys/geom/class/multipath/conf.sh +++ b/tests/sys/geom/class/multipath/conf.sh @@ -22,7 +22,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ MD_DEVS="md.devs" MULTIPATH_DEVS="multipath.devs" diff --git a/tests/sys/geom/class/multipath/failloop.sh b/tests/sys/geom/class/multipath/failloop.sh index 2ec0d0b82282..f966c4324a07 100755 --- a/tests/sys/geom/class/multipath/failloop.sh +++ b/tests/sys/geom/class/multipath/failloop.sh @@ -22,7 +22,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/multipath/misc.sh b/tests/sys/geom/class/multipath/misc.sh index 4da8462588ca..9b27c6cf3ad5 100755 --- a/tests/sys/geom/class/multipath/misc.sh +++ b/tests/sys/geom/class/multipath/misc.sh @@ -22,7 +22,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ . $(atf_get_srcdir)/conf.sh diff --git a/tests/sys/geom/class/nop/Makefile b/tests/sys/geom/class/nop/Makefile index e2d639f79cdf..54b41584d441 100644 --- a/tests/sys/geom/class/nop/Makefile +++ b/tests/sys/geom/class/nop/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/nop/Makefile.depend b/tests/sys/geom/class/nop/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/nop/Makefile.depend +++ b/tests/sys/geom/class/nop/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/nop/nop_test.sh b/tests/sys/geom/class/nop/nop_test.sh index e87b1d47b064..f122a1309bc0 100644 --- a/tests/sys/geom/class/nop/nop_test.sh +++ b/tests/sys/geom/class/nop/nop_test.sh @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ MD_DEVS="md.devs" PLAINFILES=plainfiles diff --git a/tests/sys/geom/class/part/Makefile b/tests/sys/geom/class/part/Makefile index 21ecbec03360..6ca33655c805 100644 --- a/tests/sys/geom/class/part/Makefile +++ b/tests/sys/geom/class/part/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/part/misc.sh b/tests/sys/geom/class/part/misc.sh index 4cf505a22203..0ca243a45a1c 100644 --- a/tests/sys/geom/class/part/misc.sh +++ b/tests/sys/geom/class/part/misc.sh @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ MD_DEVS="md.devs" diff --git a/tests/sys/geom/class/raid3/10_test.sh b/tests/sys/geom/class/raid3/10_test.sh index edd827d03ddf..da141c5992ae 100644 --- a/tests/sys/geom/class/raid3/10_test.sh +++ b/tests/sys/geom/class/raid3/10_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/11_test.sh b/tests/sys/geom/class/raid3/11_test.sh index 0407261ca7df..56a126a91cb4 100644 --- a/tests/sys/geom/class/raid3/11_test.sh +++ b/tests/sys/geom/class/raid3/11_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/12_test.sh b/tests/sys/geom/class/raid3/12_test.sh index 10533c6710d1..5224521223a8 100644 --- a/tests/sys/geom/class/raid3/12_test.sh +++ b/tests/sys/geom/class/raid3/12_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/1_test.sh b/tests/sys/geom/class/raid3/1_test.sh index 4c0b4a230c69..638439c9ab9f 100644 --- a/tests/sys/geom/class/raid3/1_test.sh +++ b/tests/sys/geom/class/raid3/1_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/2_test.sh b/tests/sys/geom/class/raid3/2_test.sh index 22ebd38f6987..f8642160c6fc 100644 --- a/tests/sys/geom/class/raid3/2_test.sh +++ b/tests/sys/geom/class/raid3/2_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/3_test.sh b/tests/sys/geom/class/raid3/3_test.sh index f068b064242b..656a9ad04328 100644 --- a/tests/sys/geom/class/raid3/3_test.sh +++ b/tests/sys/geom/class/raid3/3_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/4_test.sh b/tests/sys/geom/class/raid3/4_test.sh index 810f13db4066..698044f0c425 100644 --- a/tests/sys/geom/class/raid3/4_test.sh +++ b/tests/sys/geom/class/raid3/4_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/5_test.sh b/tests/sys/geom/class/raid3/5_test.sh index 7bc8d42eb185..66cfa9e58b8b 100644 --- a/tests/sys/geom/class/raid3/5_test.sh +++ b/tests/sys/geom/class/raid3/5_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/6_test.sh b/tests/sys/geom/class/raid3/6_test.sh index 20bf1922bca6..562c6f021e88 100644 --- a/tests/sys/geom/class/raid3/6_test.sh +++ b/tests/sys/geom/class/raid3/6_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/7_test.sh b/tests/sys/geom/class/raid3/7_test.sh index 23666f8f4c59..e2aeb783890f 100644 --- a/tests/sys/geom/class/raid3/7_test.sh +++ b/tests/sys/geom/class/raid3/7_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/8_test.sh b/tests/sys/geom/class/raid3/8_test.sh index 2eb9b1a7dc92..bd3463a465f2 100644 --- a/tests/sys/geom/class/raid3/8_test.sh +++ b/tests/sys/geom/class/raid3/8_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/9_test.sh b/tests/sys/geom/class/raid3/9_test.sh index 0ef010a00a78..dc26ff53b6ce 100644 --- a/tests/sys/geom/class/raid3/9_test.sh +++ b/tests/sys/geom/class/raid3/9_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/raid3/Makefile b/tests/sys/geom/class/raid3/Makefile index a53a937cee69..97b9cd34b8f0 100644 --- a/tests/sys/geom/class/raid3/Makefile +++ b/tests/sys/geom/class/raid3/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/raid3/Makefile.depend b/tests/sys/geom/class/raid3/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/raid3/Makefile.depend +++ b/tests/sys/geom/class/raid3/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/raid3/conf.sh b/tests/sys/geom/class/raid3/conf.sh index f1b270aacd4d..c33e1c998b78 100644 --- a/tests/sys/geom/class/raid3/conf.sh +++ b/tests/sys/geom/class/raid3/conf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ name="$(mktemp -u graid3.XXXXXX)" class="raid3" diff --git a/tests/sys/geom/class/shsec/1_test.sh b/tests/sys/geom/class/shsec/1_test.sh index ab0bb37ea445..f1e6ab4137a1 100644 --- a/tests/sys/geom/class/shsec/1_test.sh +++ b/tests/sys/geom/class/shsec/1_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/shsec/2_test.sh b/tests/sys/geom/class/shsec/2_test.sh index 9dfe36ace48f..b16084218eed 100644 --- a/tests/sys/geom/class/shsec/2_test.sh +++ b/tests/sys/geom/class/shsec/2_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/shsec/Makefile b/tests/sys/geom/class/shsec/Makefile index b0849962aa01..7615142f605f 100644 --- a/tests/sys/geom/class/shsec/Makefile +++ b/tests/sys/geom/class/shsec/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/shsec/Makefile.depend b/tests/sys/geom/class/shsec/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/shsec/Makefile.depend +++ b/tests/sys/geom/class/shsec/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/shsec/conf.sh b/tests/sys/geom/class/shsec/conf.sh index 7800eb7764ab..ac78d1451c8c 100644 --- a/tests/sys/geom/class/shsec/conf.sh +++ b/tests/sys/geom/class/shsec/conf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ name="$(mktemp -u shsec.XXXXXX)" class="shsec" diff --git a/tests/sys/geom/class/stripe/1_test.sh b/tests/sys/geom/class/stripe/1_test.sh index 7923763a4c29..9878baa30e86 100644 --- a/tests/sys/geom/class/stripe/1_test.sh +++ b/tests/sys/geom/class/stripe/1_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/stripe/2_test.sh b/tests/sys/geom/class/stripe/2_test.sh index f6e11f5a5821..3558cf99146b 100644 --- a/tests/sys/geom/class/stripe/2_test.sh +++ b/tests/sys/geom/class/stripe/2_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ . `dirname $0`/conf.sh diff --git a/tests/sys/geom/class/stripe/Makefile b/tests/sys/geom/class/stripe/Makefile index b0849962aa01..7615142f605f 100644 --- a/tests/sys/geom/class/stripe/Makefile +++ b/tests/sys/geom/class/stripe/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/tests/sys/geom/class/stripe/Makefile.depend b/tests/sys/geom/class/stripe/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/stripe/Makefile.depend +++ b/tests/sys/geom/class/stripe/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/stripe/conf.sh b/tests/sys/geom/class/stripe/conf.sh index fd0f41c6c5e6..e618523ca1dc 100644 --- a/tests/sys/geom/class/stripe/conf.sh +++ b/tests/sys/geom/class/stripe/conf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ name="$(mktemp -u stripe.XXXXXX)" class="stripe" diff --git a/tests/sys/geom/class/uzip/1_endian_big.img.uzip.uue b/tests/sys/geom/class/uzip/1_endian_big.img.uzip.uue index b4903e487dca..cc26f399a547 100644 --- a/tests/sys/geom/class/uzip/1_endian_big.img.uzip.uue +++ b/tests/sys/geom/class/uzip/1_endian_big.img.uzip.uue @@ -1,5 +1,4 @@ # -# $FreeBSD$ # begin 644 1_endian_big.img.uzip diff --git a/tests/sys/geom/class/uzip/1_endian_little.img.uzip.uue b/tests/sys/geom/class/uzip/1_endian_little.img.uzip.uue index 044dd3107929..4eca8a60ad7f 100644 --- a/tests/sys/geom/class/uzip/1_endian_little.img.uzip.uue +++ b/tests/sys/geom/class/uzip/1_endian_little.img.uzip.uue @@ -1,5 +1,4 @@ # -# $FreeBSD$ # begin 644 1_endian_little.img.uzip diff --git a/tests/sys/geom/class/uzip/1_test.sh b/tests/sys/geom/class/uzip/1_test.sh index c73f20e18764..40c9fb44809d 100644 --- a/tests/sys/geom/class/uzip/1_test.sh +++ b/tests/sys/geom/class/uzip/1_test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ testsdir=$(dirname $0) . $testsdir/conf.sh diff --git a/tests/sys/geom/class/uzip/Makefile b/tests/sys/geom/class/uzip/Makefile index 88f9e47ccced..3ad142dcefbb 100644 --- a/tests/sys/geom/class/uzip/Makefile +++ b/tests/sys/geom/class/uzip/Makefile @@ -1,5 +1,4 @@ # -# $FreeBSD$ # # Regression test for geom_uzip. # diff --git a/tests/sys/geom/class/uzip/Makefile.depend b/tests/sys/geom/class/uzip/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/tests/sys/geom/class/uzip/Makefile.depend +++ b/tests/sys/geom/class/uzip/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/tests/sys/geom/class/uzip/conf.sh b/tests/sys/geom/class/uzip/conf.sh index 9a22841fdbe9..96bb70806893 100644 --- a/tests/sys/geom/class/uzip/conf.sh +++ b/tests/sys/geom/class/uzip/conf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ class="uzip" base=`basename $0` diff --git a/tests/sys/geom/class/uzip/etalon/etalon.txt b/tests/sys/geom/class/uzip/etalon/etalon.txt index cb8acf31f650..64a40398c0e2 100644 --- a/tests/sys/geom/class/uzip/etalon/etalon.txt +++ b/tests/sys/geom/class/uzip/etalon/etalon.txt @@ -1,5 +1,4 @@ # -# $FreeBSD$ # JABBERWOCKY |
