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/eli | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'tests/sys/geom/class/eli')
| -rw-r--r-- | tests/sys/geom/class/eli/Makefile | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/Makefile.depend | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/attach_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/conf.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/configure_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/delkey_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/detach_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/gentestvect.py | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/init_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/integrity_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/kill_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/misc_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/onetime_test.sh | 1 | ||||
| -rwxr-xr-x | tests/sys/geom/class/eli/online_resize_test.sh | 1 | ||||
| -rwxr-xr-x | tests/sys/geom/class/eli/reentrancy_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/resize_test.sh | 1 | ||||
| -rw-r--r-- | tests/sys/geom/class/eli/setkey_test.sh | 1 |
17 files changed, 0 insertions, 17 deletions
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 |
