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:
Kristof Provost 2019-09-05 18:54:46 +00:00
parent 68c3c1abe1
commit 3bc534ea8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351884

View File

@ -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>