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:
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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user