Skip to content

Commit

Permalink
Merge branch 'ad/t4129-setfacl-target-fix'
Browse files Browse the repository at this point in the history
Test fix.

* ad/t4129-setfacl-target-fix:
  t4129: fix setfacl-related permissions failure
  • Loading branch information
gitster committed Jan 16, 2021
2 parents 2b8cef2 + a1e0353 commit d9e1cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t4129-apply-samemode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d9e1cd5

Please sign in to comment.