summaryrefslogtreecommitdiff
path: root/t/t1304-default-acl.sh
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2023-02-06tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2022-09-21t: convert egrep usage to "grep -E"Đoàn Trần Công Danh1-2/+2
2018-03-26t1304: abstract away SHA-1-specific constantsbrian m. carlson1-1/+1
2014-10-19t1304: Set LOGNAME even if USER is unset or nullW. Trevor King1-1/+1
2012-06-07t1304: improve setfacl prerequisite setupJeff King1-10/+9
2011-10-14t1304: fall back to $USER if $LOGNAME is not definedRené Scharfe1-0/+5
2010-08-18t/t1304-default-acl: change from skip_all=* to prereq skipÆvar Arnfjörð Bjarmason1-6/+8
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-3/+6
2010-03-16t/t1304: make a second colon optional in the mask ACL checkBrandon Casey1-1/+1
2010-03-16t/t1304: set the ACL effective rights maskBrandon Casey1-0/+1
2010-03-16t/t1304: use 'test -r' to test readability rather than looking at mode bitsBrandon Casey1-14/+1
2010-03-16t/t1304: set the Default ACL base entriesBrandon Casey1-0/+1
2010-03-16t/t1304: avoid -d option to setfaclBrandon Casey1-2/+2
2010-02-22Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy1-1/+1
2010-02-22Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy1-1/+1
2010-02-22Add a testcase for ACL with restrictive umask.Matthieu Moy1-0/+67