Set required program for all acl tests
r339782 re-enabled acl test 00 and 02, which were disabled in r336617 due to PR 229930. When the tests were disabled the code to set their required programs was disabled as well, but this was not reinstated when r339782 re-enabled them. Do so now. Sponsored by: Axiado
This commit is contained in:
parent
68c3c1abe1
commit
3bc534ea8e
@ -30,8 +30,8 @@ _ACL_PROGS= getfacl setfacl
|
||||
TEST_METADATA.$t+= required_programs="perl zpool ${_ACL_PROGS}"
|
||||
.endfor
|
||||
|
||||
# .for t in 00 02
|
||||
# TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
|
||||
# .endfor
|
||||
.for t in 00 02
|
||||
TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
|
||||
.endfor
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user