diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile index f3105b33f55b..bd548f06951e 100644 --- a/tests/sys/acl/Makefile +++ b/tests/sys/acl/Makefile @@ -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