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
This commit is contained in:
@@ -22,10 +22,10 @@ TAP_TESTS_SH+= 04
|
|||||||
TEST_METADATA.$t+= required_user="root"
|
TEST_METADATA.$t+= required_user="root"
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
_ACL_PROGS= /bin/getfacl /bin/setfacl
|
_ACL_PROGS= getfacl setfacl
|
||||||
|
|
||||||
.for t in 01 03 04
|
.for t in 01 03 04
|
||||||
TEST_METADATA.$t+= required_programs="/sbin/zpool ${_ACL_PROGS}"
|
TEST_METADATA.$t+= required_programs="zpool ${_ACL_PROGS}"
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.for t in 00 02
|
.for t in 00 02
|
||||||
|
|||||||
Reference in New Issue
Block a user