opnsense-src/tests/sys/acl/Makefile
Warner Losh b51f58aeb5 Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0e)

Conflicts:
	bin/pkill/tests/pgrep-f_test.sh
	lib/clang/libclangminimal/Makefile
	lib/clang/llvm.pre.mk
	usr.bin/clang/llvm-dwarfutil/Makefile
2024-01-05 10:21:44 +01:00

36 lines
669 B
Makefile

PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/acl
BINDIR= ${TESTSDIR}
${PACKAGE}FILES+= tools-crossfs.test
${PACKAGE}FILES+= tools-nfs4.test
${PACKAGE}FILES+= tools-nfs4-psarc.test
${PACKAGE}FILES+= tools-nfs4-trivial.test
${PACKAGE}FILES+= tools-posix.test
SCRIPTS+= run
TAP_TESTS_SH+= 00
TAP_TESTS_SH+= 01
TAP_TESTS_SH+= 02
TAP_TESTS_SH+= 03
TAP_TESTS_SH+= 04
.for t in ${TAP_TESTS_SH}
TEST_METADATA.$t+= required_user="root"
.endfor
_ACL_PROGS= getfacl setfacl
.for t in 01 03 04
TEST_METADATA.$t+= required_programs="perl zpool ${_ACL_PROGS}"
.endfor
.for t in 00 02
TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
.endfor
.include <bsd.test.mk>