Advertisement
yaneurabeya

Untitled

Feb 5th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. $ svn diff tests/sys/acl/
  2. Index: tests/sys/acl/Makefile
  3. ===================================================================
  4. --- tests/sys/acl/Makefile (revision 295339)
  5. +++ tests/sys/acl/Makefile (working copy)
  6. @@ -22,8 +22,14 @@
  7. TEST_METADATA.$t+= required_user="root"
  8. .endfor
  9.  
  10. +_ACL_PROGS= /bin/getfacl /bin/setfacl
  11. +
  12. .for t in 01 03 04
  13. -TEST_METADATA.$t+= required_programs="/sbin/zpool"
  14. +TEST_METADATA.$t+= required_programs="/sbin/zpool ${_ACL_PROGS}"
  15. .endfor
  16.  
  17. +.for t in 00 02
  18. +TEST_METADATA.$t+= required_programs="${_ACL_PROGS}"
  19. +.endfor
  20. +
  21. .include <bsd.test.mk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement