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 /usr.bin/bmake/tests/shell | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.bin/bmake/tests/shell')
31 files changed, 0 insertions, 31 deletions
diff --git a/usr.bin/bmake/tests/shell/Makefile b/usr.bin/bmake/tests/shell/Makefile index 13b570ea64db..d844f8119719 100644 --- a/usr.bin/bmake/tests/shell/Makefile +++ b/usr.bin/bmake/tests/shell/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell diff --git a/usr.bin/bmake/tests/shell/Makefile.depend b/usr.bin/bmake/tests/shell/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/Makefile.depend +++ b/usr.bin/bmake/tests/shell/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/builtin/Makefile b/usr.bin/bmake/tests/shell/builtin/Makefile index d603c46b8f06..66ab3f9dd38a 100644 --- a/usr.bin/bmake/tests/shell/builtin/Makefile +++ b/usr.bin/bmake/tests/shell/builtin/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/bmake/tests/shell/builtin/Makefile.depend b/usr.bin/bmake/tests/shell/builtin/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/builtin/Makefile.depend +++ b/usr.bin/bmake/tests/shell/builtin/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/builtin/Makefile.test b/usr.bin/bmake/tests/shell/builtin/Makefile.test index 03764784e1a0..111bb1821bf9 100644 --- a/usr.bin/bmake/tests/shell/builtin/Makefile.test +++ b/usr.bin/bmake/tests/shell/builtin/Makefile.test @@ -5,7 +5,6 @@ # will really execute ls, while the line with meta characters will execute # our special shell. # -# $FreeBSD$ .SHELL: path="${.CURDIR}/sh" diff --git a/usr.bin/bmake/tests/shell/builtin/legacy_test.sh b/usr.bin/bmake/tests/shell/builtin/legacy_test.sh index 6347583faeb6..d569508902fb 100644 --- a/usr.bin/bmake/tests/shell/builtin/legacy_test.sh +++ b/usr.bin/bmake/tests/shell/builtin/legacy_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $FreeBSD$ . $(dirname $0)/../../common.sh diff --git a/usr.bin/bmake/tests/shell/builtin/sh b/usr.bin/bmake/tests/shell/builtin/sh index 3a507b87f674..2c246c988ce8 100644 --- a/usr.bin/bmake/tests/shell/builtin/sh +++ b/usr.bin/bmake/tests/shell/builtin/sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ echo "$@" if ! test -t 0 ; then cat diff --git a/usr.bin/bmake/tests/shell/meta/Makefile b/usr.bin/bmake/tests/shell/meta/Makefile index f7cab6c3bae6..9cf38507bbe5 100644 --- a/usr.bin/bmake/tests/shell/meta/Makefile +++ b/usr.bin/bmake/tests/shell/meta/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/bmake/tests/shell/meta/Makefile.depend b/usr.bin/bmake/tests/shell/meta/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/meta/Makefile.depend +++ b/usr.bin/bmake/tests/shell/meta/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/meta/Makefile.test b/usr.bin/bmake/tests/shell/meta/Makefile.test index bcf19d052bbc..fbee949acc5d 100644 --- a/usr.bin/bmake/tests/shell/meta/Makefile.test +++ b/usr.bin/bmake/tests/shell/meta/Makefile.test @@ -5,7 +5,6 @@ # will really execute ls, while the line with meta characters will execute # our special shell. # -# $FreeBSD$ .SHELL: path="${.OBJDIR}/sh" diff --git a/usr.bin/bmake/tests/shell/meta/legacy_test.sh b/usr.bin/bmake/tests/shell/meta/legacy_test.sh index 41cd763fd7dd..b276f3d434de 100644 --- a/usr.bin/bmake/tests/shell/meta/legacy_test.sh +++ b/usr.bin/bmake/tests/shell/meta/legacy_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $FreeBSD$ . $(dirname $0)/../../common.sh diff --git a/usr.bin/bmake/tests/shell/meta/sh b/usr.bin/bmake/tests/shell/meta/sh index 3a507b87f674..2c246c988ce8 100644 --- a/usr.bin/bmake/tests/shell/meta/sh +++ b/usr.bin/bmake/tests/shell/meta/sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ echo "$@" if ! test -t 0 ; then cat diff --git a/usr.bin/bmake/tests/shell/path/Makefile b/usr.bin/bmake/tests/shell/path/Makefile index 6dbb8728df4a..6baf42b2b058 100644 --- a/usr.bin/bmake/tests/shell/path/Makefile +++ b/usr.bin/bmake/tests/shell/path/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/bmake/tests/shell/path/Makefile.depend b/usr.bin/bmake/tests/shell/path/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/path/Makefile.depend +++ b/usr.bin/bmake/tests/shell/path/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/path/Makefile.test b/usr.bin/bmake/tests/shell/path/Makefile.test index fe40b645510e..b5080234d7ce 100644 --- a/usr.bin/bmake/tests/shell/path/Makefile.test +++ b/usr.bin/bmake/tests/shell/path/Makefile.test @@ -7,7 +7,6 @@ # Be sure to include a meta-character into the command line, so that # really our shell is executed. # -# $FreeBSD$ # .ifmake sh_test diff --git a/usr.bin/bmake/tests/shell/path/legacy_test.sh b/usr.bin/bmake/tests/shell/path/legacy_test.sh index 9289a8d2dddd..bd3492774fb7 100644 --- a/usr.bin/bmake/tests/shell/path/legacy_test.sh +++ b/usr.bin/bmake/tests/shell/path/legacy_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $FreeBSD$ . $(dirname $0)/../../common.sh diff --git a/usr.bin/bmake/tests/shell/path/sh b/usr.bin/bmake/tests/shell/path/sh index 46169eb6efc2..4363618a2f36 100644 --- a/usr.bin/bmake/tests/shell/path/sh +++ b/usr.bin/bmake/tests/shell/path/sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ echo $@ if ! test -t 0 ; then cat diff --git a/usr.bin/bmake/tests/shell/path_select/Makefile b/usr.bin/bmake/tests/shell/path_select/Makefile index 7fecfd327e50..5465022615d5 100644 --- a/usr.bin/bmake/tests/shell/path_select/Makefile +++ b/usr.bin/bmake/tests/shell/path_select/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/bmake/tests/shell/path_select/Makefile.depend b/usr.bin/bmake/tests/shell/path_select/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/path_select/Makefile.depend +++ b/usr.bin/bmake/tests/shell/path_select/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/path_select/Makefile.test b/usr.bin/bmake/tests/shell/path_select/Makefile.test index 05cfb27f3fd9..7a8042e60a96 100644 --- a/usr.bin/bmake/tests/shell/path_select/Makefile.test +++ b/usr.bin/bmake/tests/shell/path_select/Makefile.test @@ -7,7 +7,6 @@ # Be sure to include a meta-character into the command line, so that # really our shell is executed. # -# $FreeBSD$ # .ifmake sh_test diff --git a/usr.bin/bmake/tests/shell/path_select/legacy_test.sh b/usr.bin/bmake/tests/shell/path_select/legacy_test.sh index 6b75b900e438..dbb91dcc9e56 100644 --- a/usr.bin/bmake/tests/shell/path_select/legacy_test.sh +++ b/usr.bin/bmake/tests/shell/path_select/legacy_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $FreeBSD$ . $(dirname $0)/../../common.sh diff --git a/usr.bin/bmake/tests/shell/path_select/shell b/usr.bin/bmake/tests/shell/path_select/shell index 46169eb6efc2..4363618a2f36 100644 --- a/usr.bin/bmake/tests/shell/path_select/shell +++ b/usr.bin/bmake/tests/shell/path_select/shell @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ echo $@ if ! test -t 0 ; then cat diff --git a/usr.bin/bmake/tests/shell/replace/Makefile b/usr.bin/bmake/tests/shell/replace/Makefile index 980b99c95c8e..777770184fe3 100644 --- a/usr.bin/bmake/tests/shell/replace/Makefile +++ b/usr.bin/bmake/tests/shell/replace/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/bmake/tests/shell/replace/Makefile.depend b/usr.bin/bmake/tests/shell/replace/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/replace/Makefile.depend +++ b/usr.bin/bmake/tests/shell/replace/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/replace/Makefile.test b/usr.bin/bmake/tests/shell/replace/Makefile.test index 2160dbfb5776..d0076b598214 100644 --- a/usr.bin/bmake/tests/shell/replace/Makefile.test +++ b/usr.bin/bmake/tests/shell/replace/Makefile.test @@ -8,7 +8,6 @@ # XXX There seems to be a problem here in -j1 mode: for the line without # @- make should switch on echoing again, but it doesn't. # -# $FreeBSD$ .SHELL: name="shell" path="${.CURDIR}/shell" \ quiet="be quiet" echo="be verbose" filter="be verbose" \ diff --git a/usr.bin/bmake/tests/shell/replace/legacy_test.sh b/usr.bin/bmake/tests/shell/replace/legacy_test.sh index 880ca780d53b..6e672d57b607 100644 --- a/usr.bin/bmake/tests/shell/replace/legacy_test.sh +++ b/usr.bin/bmake/tests/shell/replace/legacy_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $FreeBSD$ . $(dirname $0)/../../common.sh diff --git a/usr.bin/bmake/tests/shell/replace/shell b/usr.bin/bmake/tests/shell/replace/shell index 46169eb6efc2..4363618a2f36 100644 --- a/usr.bin/bmake/tests/shell/replace/shell +++ b/usr.bin/bmake/tests/shell/replace/shell @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ echo $@ if ! test -t 0 ; then cat diff --git a/usr.bin/bmake/tests/shell/select/Makefile b/usr.bin/bmake/tests/shell/select/Makefile index 1695c881d3ad..1d90d1ebd451 100644 --- a/usr.bin/bmake/tests/shell/select/Makefile +++ b/usr.bin/bmake/tests/shell/select/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/bmake/tests/shell/select/Makefile.depend b/usr.bin/bmake/tests/shell/select/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/select/Makefile.depend +++ b/usr.bin/bmake/tests/shell/select/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/select/Makefile.test b/usr.bin/bmake/tests/shell/select/Makefile.test index 74d96e1d445b..ed2b105610ae 100644 --- a/usr.bin/bmake/tests/shell/select/Makefile.test +++ b/usr.bin/bmake/tests/shell/select/Makefile.test @@ -4,7 +4,6 @@ # normally don't have a ksh, we make this test conditional. This means # one has to recreate the test results once ksh is installed. # -# $FreeBSD$ # .ifmake sh_test diff --git a/usr.bin/bmake/tests/shell/select/legacy_test.sh b/usr.bin/bmake/tests/shell/select/legacy_test.sh index 46d3eafe571b..fc26745d61db 100644 --- a/usr.bin/bmake/tests/shell/select/legacy_test.sh +++ b/usr.bin/bmake/tests/shell/select/legacy_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $FreeBSD$ . $(dirname $0)/../../common.sh |
