Matthieu Moy <Matthieu.Moy@xxxxxxx> writes: > diff --git a/t/t1304-default-acl.sh b/t/t1304-default-acl.sh > index 4ee44a1..b8e9c34 100755 > --- a/t/t1304-default-acl.sh > +++ b/t/t1304-default-acl.sh > @@ -27,7 +27,7 @@ modebits () { > ls -l "$1" | sed -e 's|^\(..........\).*|\1|' > } > > -test_expect_failure 'git gc does not break ACLs with restrictive umask' ' > +test_expect_success 'git gc does not break ACLs with restrictive umask' ' > umask 077 && > git gc && > actual=$(modebits .git/objects/pack/*.pack) && This does not seem to pass for me; I get 0444 instead of 0440 as you expect. -- 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