Deleted Added
full compact
Makefile (259210) Makefile (262951)
1# $FreeBSD: head/bin/sh/tests/Makefile 259210 2013-12-11 04:09:17Z jmmv $
1# $FreeBSD: stable/10/bin/sh/tests/Makefile 262951 2014-03-09 17:04:31Z jmmv $
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/bin/sh
6
7TAP_TESTS_SH= legacy_test
8TAP_TESTS_SH_SED_legacy_test= -e 's,__SH__,/bin/sh,g'
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/bin/sh
6
7TAP_TESTS_SH= legacy_test
8TAP_TESTS_SH_SED_legacy_test= -e 's,__SH__,/bin/sh,g'
9# Some tests in here are silently not run when the tests are executed as
10# root. Explicitly tell Kyua to drop privileges.
11#
12# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
13# requested. See https://code.google.com/p/kyua/issues/detail?id=6
14TEST_METADATA.legacy_test+= required_user="unprivileged"
9
10SUBDIR+= builtins errors execution expansion parameters parser set-e
11
12.include <tap.test.mk>
15
16SUBDIR+= builtins errors execution expansion parameters parser set-e
17
18.include <tap.test.mk>