1# $FreeBSD$ 2 3TESTSDIR= ${TESTSBASE}/sys/acl 4 5BINDIR= ${TESTSDIR} 6 7FILES+= tools-crossfs.test 8FILES+= tools-nfs4.test 9FILES+= tools-nfs4-psarc.test 10FILES+= tools-nfs4-trivial.test 11FILES+= tools-posix.test 12 13SCRIPTS+= run 14 15TAP_TESTS_SH+= 00 16TAP_TESTS_SH+= 01 17TAP_TESTS_SH+= 02 18TAP_TESTS_SH+= 03 19TAP_TESTS_SH+= 04 20 21.for t in ${TAP_TESTS_SH} 22TEST_METADATA.$t+= required_user="root" 23.endfor 24 25_ACL_PROGS= getfacl setfacl 26 27.for t in 01 03 04 28TEST_METADATA.$t+= required_programs="zpool ${_ACL_PROGS}" 29.endfor 30 31.for t in 00 02 32TEST_METADATA.$t+= required_programs="${_ACL_PROGS}" 33.endfor 34 35.include <bsd.test.mk> 36