Skip to content

Commit 40a2eed

Browse files
committed
Merge branch 'ad/t4129-setfacl-target-fix' into maint
Test fix. * ad/t4129-setfacl-target-fix: t4129: fix setfacl-related permissions failure
2 parents 13f6bea + a1e0353 commit 40a2eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4129-apply-samemode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test_expect_success POSIXPERM 'do not use core.sharedRepository for working tree
7878
test_config core.sharedRepository 0666 &&
7979
(
8080
# Remove a default ACL if possible.
81-
(setfacl -k newdir 2>/dev/null || true) &&
81+
(setfacl -k . 2>/dev/null || true) &&
8282
umask 0077 &&
8383
8484
# Test both files (f1) and leading dirs (d)

0 commit comments

Comments
 (0)