diff options
-rw-r--r-- | bin/sh/tests/builtins/Makefile | 1 | ||||
-rw-r--r-- | bin/sh/tests/errors/Makefile | 1 | ||||
-rw-r--r-- | bin/sh/tests/execution/Makefile | 1 | ||||
-rw-r--r-- | bin/sh/tests/expansion/Makefile | 1 | ||||
-rw-r--r-- | bin/sh/tests/parameters/Makefile | 1 | ||||
-rw-r--r-- | bin/sh/tests/parser/Makefile | 1 | ||||
-rw-r--r-- | bin/sh/tests/set-e/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/bin/sh/tests/builtins/Makefile b/bin/sh/tests/builtins/Makefile index 86ddc7c..c2f00a5 100644 --- a/bin/sh/tests/builtins/Makefile +++ b/bin/sh/tests/builtins/Makefile @@ -4,7 +4,6 @@ PACKAGE= tests FILESGROUPS= TESTS -TESTS= ${FILESDIR}/${FILES} TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} diff --git a/bin/sh/tests/errors/Makefile b/bin/sh/tests/errors/Makefile index bdc3b5d..f7c7e26 100644 --- a/bin/sh/tests/errors/Makefile +++ b/bin/sh/tests/errors/Makefile @@ -2,7 +2,6 @@ PACKAGE= tests FILESGROUPS= TESTS -TESTS= ${FILESDIR}/${FILES} TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} diff --git a/bin/sh/tests/execution/Makefile b/bin/sh/tests/execution/Makefile index 2e364e0..64d12de 100644 --- a/bin/sh/tests/execution/Makefile +++ b/bin/sh/tests/execution/Makefile @@ -2,7 +2,6 @@ PACKAGE= tests FILESGROUPS= TESTS -TESTS= ${FILESDIR}/${FILES} TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} diff --git a/bin/sh/tests/expansion/Makefile b/bin/sh/tests/expansion/Makefile index 63704ba..351babd 100644 --- a/bin/sh/tests/expansion/Makefile +++ b/bin/sh/tests/expansion/Makefile @@ -2,7 +2,6 @@ PACKAGE= tests FILESGROUPS= TESTS -TESTS= ${FILESDIR}/${FILES} TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} diff --git a/bin/sh/tests/parameters/Makefile b/bin/sh/tests/parameters/Makefile index b3affe0..d510779 100644 --- a/bin/sh/tests/parameters/Makefile +++ b/bin/sh/tests/parameters/Makefile @@ -2,7 +2,6 @@ PACKAGE= tests FILESGROUPS= TESTS -TESTS= ${FILESDIR}/${FILES} TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} diff --git a/bin/sh/tests/parser/Makefile b/bin/sh/tests/parser/Makefile index 28d148d..2027f59 100644 --- a/bin/sh/tests/parser/Makefile +++ b/bin/sh/tests/parser/Makefile @@ -2,7 +2,6 @@ PACKAGE= tests FILESGROUPS= TESTS -TESTS= ${FILESDIR}/${FILES} TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} diff --git a/bin/sh/tests/set-e/Makefile b/bin/sh/tests/set-e/Makefile index 64ac502..3d7481d 100644 --- a/bin/sh/tests/set-e/Makefile +++ b/bin/sh/tests/set-e/Makefile @@ -2,7 +2,6 @@ PACKAGE= tests FILESGROUPS= TESTS -TESTS= ${FILESDIR}/${FILES} TESTSPACKAGE= ${PACKAGE} TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} |