From ac2c3d8b71735a3fd124ad1d3547cbb2851804e0 Mon Sep 17 00:00:00 2001 From: asomers Date: Tue, 12 Jul 2016 22:09:05 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@302687 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tests/sys/acl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile index d101088dc..abbaf6f44 100644 --- a/tests/sys/acl/Makefile +++ b/tests/sys/acl/Makefile @@ -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 -- 2.45.0