X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1304-default-acl.sh;h=415a2dd3ceb0903b2bb4d4af0431629ed1757c21;hb=db826571e4099066fe44233d95642591016c831b;hp=cc30be4a655cad98eac233b5da9fc585ddb5d055;hpb=53997a30f8138f41d1d9c7a45e84106cc21c0558;p=git.git diff --git a/t/t1304-default-acl.sh b/t/t1304-default-acl.sh index cc30be4a6..415a2dd3c 100755 --- a/t/t1304-default-acl.sh +++ b/t/t1304-default-acl.sh @@ -46,8 +46,8 @@ dirs_to_set="./ .git/ .git/objects/ .git/objects/pack/" test_expect_success 'Setup test repo' ' setfacl -m u:root:rwx $dirs_to_set && - setfacl -d -m u:"$LOGNAME":rwx $dirs_to_set && - setfacl -d -m u:root:rwx $dirs_to_set && + setfacl -m d:u:"$LOGNAME":rwx $dirs_to_set && + setfacl -m d:u:root:rwx $dirs_to_set && touch file.txt && git add file.txt &&