Update test_remote.sh

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

@ -33,6 +33,7 @@ check_output "a wildcard in a dir with colons cannot be read?" <<EOF
Hello, World!
EOF
if [ -d /home/runner ]; then
chmod 755 /home/runner
ls -la /home/runner
fi
export HOME=${PWD}/remote

Loading…
Cancel
Save