Jeff King <peff@xxxxxxxx> writes: > Subject: t1304: improve setfacl prerequisite setup > +test_expect_success 'checking for a working acl setup' ' > + if setfacl -m u:root:rwx . && > + getfacl . | grep user:root:rwx > + then > + test_set_prereq SETFACL > + fi > +' Excellent. Thanks. Tested-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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