diff --git a/test.sh b/test.sh index b34d2dea..7e13f23f 100755 --- a/test.sh +++ b/test.sh @@ -32,7 +32,7 @@ mkdir -p test # Reset the test directory rm -f test/* -HOSTNAME_FROM_DOTENV="$(env -i sh -c ' +HOSTNAME_FROM_DOTENV="$(sh -c ' set -o allexport . ./.env exec jq -r -n "env.SINGULARITY_HOSTNAME"