1
0
mirror of https://github.com/git/git.git synced 2024-11-20 07:14:03 +01:00

Merge branch 'wk/t1304-wo-USER'

* wk/t1304-wo-USER:
  t1304: Set LOGNAME even if USER is unset or null
This commit is contained in:
Junio C Hamano 2014-10-24 14:59:02 -07:00
commit bb8caad381

@ -26,7 +26,7 @@ test_expect_success 'checking for a working acl setup' '
if test -z "$LOGNAME"
then
LOGNAME=$USER
LOGNAME="${USER:-$(id -u -n)}"
fi
check_perms_and_acl () {