Update test_remote.sh

This commit is contained in:
Tim Stack 2021-08-30 06:01:50 -07:00 committed by GitHub
parent 2df39916f9
commit fbdcca97e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ run_test ${lnav_test} -d /tmp/lnav.err -n \
check_output "a wildcard in a dir with colons cannot be read?" <<EOF
Hello, World!
EOF
if [ -d /home/runner ]; then
ls -la /home/runner
fi
export HOME=${PWD}/remote
unset XDG_CONFIG_HOME