We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13f6bea + a1e0353 commit 40a2eedCopy full SHA for 40a2eed
t/t4129-apply-samemode.sh
@@ -78,7 +78,7 @@ test_expect_success POSIXPERM 'do not use core.sharedRepository for working tree
78
test_config core.sharedRepository 0666 &&
79
(
80
# Remove a default ACL if possible.
81
- (setfacl -k newdir 2>/dev/null || true) &&
+ (setfacl -k . 2>/dev/null || true) &&
82
umask 0077 &&
83
84
# Test both files (f1) and leading dirs (d)
0 commit comments