X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1304-default-acl.sh;h=2b962cfda70d998e9c2799cf8fc720b330cd118a;hb=afb6b561e3dad13df5d9df9731751a3d310c0854;hp=b5d89a2250e41afe544b0d0f59f638e02d570cdd;hpb=b985f2aecaa6358b55d545385d0624d76ff83fb8;p=git.git diff --git a/t/t1304-default-acl.sh b/t/t1304-default-acl.sh index b5d89a225..2b962cfda 100755 --- a/t/t1304-default-acl.sh +++ b/t/t1304-default-acl.sh @@ -25,6 +25,11 @@ else test_set_prereq SETFACL fi +if test -z "$LOGNAME" +then + LOGNAME=$USER +fi + check_perms_and_acl () { test -r "$1" && getfacl "$1" > actual &&