summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-01-16 05:48:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-01-16 05:48:46 (GMT)
commitd9e1cd555d828135e514f34cb9a942f76ceb234a (patch)
tree288a1eb6c3eda90f01290d57f8c438e84320357e /t
parent2b8cef2307cb615e1c2dc49ecc830c63387a29cd (diff)
parenta1e03535db70eea3ffdff0ca0ec286e489cda648 (diff)
downloadgit-d9e1cd555d828135e514f34cb9a942f76ceb234a.zip
git-d9e1cd555d828135e514f34cb9a942f76ceb234a.tar.gz
git-d9e1cd555d828135e514f34cb9a942f76ceb234a.tar.bz2
Merge branch 'ad/t4129-setfacl-target-fix'
Test fix. * ad/t4129-setfacl-target-fix: t4129: fix setfacl-related permissions failure
Diffstat (limited to 't')
-rwxr-xr-xt/t4129-apply-samemode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4129-apply-samemode.sh b/t/t4129-apply-samemode.sh
index 41818d8..576632f 100755
--- a/t/t4129-apply-samemode.sh
+++ b/t/t4129-apply-samemode.sh
@@ -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)