We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fc311d + 7544b2e commit bb8caadCopy full SHA for bb8caad
1 file changed
t/t1304-default-acl.sh
@@ -26,7 +26,7 @@ test_expect_success 'checking for a working acl setup' '
26
27
if test -z "$LOGNAME"
28
then
29
- LOGNAME=$USER
+ LOGNAME="${USER:-$(id -u -n)}"
30
fi
31
32
check_perms_and_acl () {
0 commit comments