We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6549478 commit 7094564Copy full SHA for 7094564
1 file changed
.github/workflows/scripts/test_init_scripts.sh
@@ -166,7 +166,7 @@ for shell in ${SHELLS[@]}; do
166
assert_raises 'echo "$TEST_EESSI_EXPLICIT_NO_PS1_UPDATE" | grep "$pattern"' 1
167
assert_raises 'echo "$TEST_EESSI_EXPLICIT_NO_PS1_UPDATE_CALLED_TWICE" | grep "$pattern"' 1
168
# Also check complex prompts, and unloading/purging the EESSI module
169
- sed 's/__EESSI_VERSION_DEFAULT__/2023.06/' init/lmod/sh >init/lmod/sh.test
+ sed "s/__EESSI_VERSION_DEFAULT__/${EESSI_VERSION}/" init/lmod/sh >init/lmod/sh.test
170
ln -sr init/lmod/sh.test init/lmod/bash.test
171
ln -sr init/lmod/sh.test init/lmod/ksh.test
172
ln -sr init/lmod/sh.test init/lmod/zsh.test
0 commit comments