diff options
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/tests/Makefile b/bin/sh/tests/Makefile index f6ddb8a..51c6dc4 100644 --- a/bin/sh/tests/Makefile +++ b/bin/sh/tests/Makefile @@ -15,4 +15,4 @@ TEST_METADATA.legacy_test+= required_user="unprivileged" SUBDIR+= builtins errors execution expansion parameters parser set-e -.include <tap.test.mk> +.include <bsd.test.mk> |