]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ad/t4129-setfacl-target-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:31:25 +0000 (16:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:31:25 +0000 (16:31 -0800)
Test fix.

* ad/t4129-setfacl-target-fix:
  t4129: fix setfacl-related permissions failure

t/t4129-apply-samemode.sh

index 41818d8315f32359b0eabd1cb91684c90c070098..576632f8681e76032c0f87ac0b65833314058035 100755 (executable)
@@ -78,7 +78,7 @@ test_expect_success POSIXPERM 'do not use core.sharedRepository for working tree
        test_config core.sharedRepository 0666 &&
        (
                # Remove a default ACL if possible.
-               (setfacl -k newdir 2>/dev/null || true) &&
+               (setfacl -k . 2>/dev/null || true) &&
                umask 0077 &&
 
                # Test both files (f1) and leading dirs (d)