summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-02-06 04:13:20 +0000
committerngie <ngie@FreeBSD.org>2016-02-06 04:13:20 +0000
commit226a73a2862dc1daac539ae5c5c774fde539b95d (patch)
tree98fb10546180ba90f1dc3b686061c2e302a5afe8 /tests
parent4bbbf067b6deab87d1277c494cd3381f2e946d20 (diff)
downloadFreeBSD-src-226a73a2862dc1daac539ae5c5c774fde539b95d.zip
FreeBSD-src-226a73a2862dc1daac539ae5c5c774fde539b95d.tar.gz
Use basenames for getfacl, setfacl, and zpool to work around the
fact that Jenkins hardcodes image sizes to 2GB with the FreeBSD_HEAD job This is to stop the unnecessary failure emails because we've gone over the 2GB limit MFC after: 1 week X-MFC with: r295341 Sponsored by: EMC / Isilon Storage Division
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 3f40bb2..d101088 100644
--- a/tests/sys/acl/Makefile
+++ b/tests/sys/acl/Makefile
@@ -22,10 +22,10 @@ TAP_TESTS_SH+= 04
TEST_METADATA.$t+= required_user="root"
.endfor
-_ACL_PROGS= /bin/getfacl /bin/setfacl
+_ACL_PROGS= getfacl setfacl
.for t in 01 03 04
-TEST_METADATA.$t+= required_programs="/sbin/zpool ${_ACL_PROGS}"
+TEST_METADATA.$t+= required_programs="zpool ${_ACL_PROGS}"
.endfor
.for t in 00 02
OpenPOWER on IntegriCloud