summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2016-07-12 22:09:05 +0000
committerasomers <asomers@FreeBSD.org>2016-07-12 22:09:05 +0000
commitedfc782bc1685f4da72cd7310fc157ab72ede448 (patch)
tree1001ad82d03dc21eacf72f1ecba0731fea14dd8f /tests
parentb418b3494287f32d098d10cd9fc4c5f1fc01bf31 (diff)
downloadFreeBSD-src-edfc782bc1685f4da72cd7310fc157ab72ede448.zip
FreeBSD-src-edfc782bc1685f4da72cd7310fc157ab72ede448.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/acl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile
index d101088..abbaf6f 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 <bsd.test.mk>
OpenPOWER on IntegriCloud