Skip to content

Commit

Permalink
tests: HOME is / not empty in CI, weirdly
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed May 21, 2024
1 parent 37a6b79 commit d8e670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_jenkins_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ esac
set -e
set -x

if [ -z "${HOME:-}" ]; then
if [ "${HOME:-/}" = "/" ]; then
export HOME="$PWD/home"
mkdir "$HOME"
fi
Expand Down

0 comments on commit d8e670f

Please sign in to comment.