X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1304-default-acl.sh;h=cc30be4a655cad98eac233b5da9fc585ddb5d055;hb=78d909a4943e54a0730c973597bd309912f70397;hp=07dd6af99cde58e2df0b777f68a347e7068823bb;hpb=7aba6185d55e06db3f3ef18daa63baf3821e5030;p=git.git diff --git a/t/t1304-default-acl.sh b/t/t1304-default-acl.sh index 07dd6af99..cc30be4a6 100755 --- a/t/t1304-default-acl.sh +++ b/t/t1304-default-acl.sh @@ -54,12 +54,12 @@ test_expect_success 'Setup test repo' ' git commit -m "init" ' -test_expect_failure 'Objects creation does not break ACLs with restrictive umask' ' +test_expect_success 'Objects creation does not break ACLs with restrictive umask' ' # SHA1 for empty blob check_perms_and_acl .git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 ' -test_expect_failure 'git gc does not break ACLs with restrictive umask' ' +test_expect_success 'git gc does not break ACLs with restrictive umask' ' git gc && check_perms_and_acl .git/objects/pack/*.pack '