Hi folks, This test case fails on FreeBSD 8.2. Specifically, the use of the "d[efault]:" syntax in the ACL tag is invalid on FreeBSD. The manpage indicates that default ACL's should be set via the "-d" command line option to setfacl. See http://www.FreeBSD.org/cgi/man.cgi?query=setfacl&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&arch=default&format=html for details. Note that the test used "-d" at one time but appears to have been changed to use "d:" to accommodate Solaris where "-d" has the effect of deleting ACL entries. The change was made on this commit: https://github.com/gitster/git/commit/db826571e4099066fe44233d95642591016c831b So I don't think it is as straight-forward as reverting to the use of "-d". Thoughts? Cheers, -Scott-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html