mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
MFC r302036
Skip sys/acl tests on systems lacking perl tests/sys/acl/Makefile add perl to the required_programs for all tests in this directory
This commit is contained in:
parent
d2c1a9c43c
commit
30baf996d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=302687
@ -25,11 +25,11 @@ TEST_METADATA.$t+= required_user="root"
|
||||
_ACL_PROGS= getfacl setfacl
|
||||
|
||||
.for t in 01 03 04
|
||||
TEST_METADATA.$t+= required_programs="zpool ${_ACL_PROGS}"
|
||||
TEST_METADATA.$t+= required_programs="perl zpool ${_ACL_PROGS}"
|
||||
.endfor
|
||||
|
||||
.for t in 00 02
|
||||
TEST_METADATA.$t+= required_programs="${_ACL_PROGS}"
|
||||
TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
|
||||
.endfor
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user