Code

Merge branch 'tc/http-cleanup'
[git.git] / t / t1304-default-acl.sh
index 07dd6af99cde58e2df0b777f68a347e7068823bb..cc30be4a655cad98eac233b5da9fc585ddb5d055 100755 (executable)
@@ -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
 '