Update test_remote.sh

pull/915/head
Tim Stack 3 years ago committed by GitHub
parent 2df39916f9
commit fbdcca97e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save