From 3bc534ea8e4be46d545cf5e4716754311f5998d1 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 5 Sep 2019 18:54:46 +0000 Subject: [PATCH] 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 --- tests/sys/acl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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