Skip to content

Commit

Permalink
test: remove env -i hostname bamboozling
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmarquis committed Dec 21, 2024
1 parent b4bc19d commit 99f8562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 99f8562

Please sign in to comment.