Skip to content

Commit a428f68

Browse files
committed
Fix typo and tests
1 parent 143341c commit a428f68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scripts/test_init_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for shell in ${SHELLS[@]}; do
4949
assert_raises 'echo "${MODULE_SECTIONS[1]}" | grep -E "$PATTERN"'
5050

5151
# TEST 3: Check if module overviews second section is the EESSI init module
52-
assert "echo ${MODULE_SECTIONS[4]}" "/cvmfs/software.eessi.io/versions/$EESSI_VERSION/init/modules"
52+
assert "echo ${MODULE_SECTIONS[4]}" "/cvmfs/software.eessi.io/init/modules"
5353

5454
# TEST 4: Load EasyBuild module and check version
5555
# eb --version outputs: "This is EasyBuild 5.1.1 (framework: 5.1.1, easyblocks: 5.1.1) on host ..."

init/lmod/csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (! $?EESSI_VERSION) then
88
set EESSI_VERSION = "${EESSI_VERSION_DEFAULT}"
99
endif
1010
# Now that we know our EESSI version let's not forget it
11-
setenv EESSI_VERSION_DEFAULT="$EESSI_VERSION"
11+
setenv EESSI_VERSION_DEFAULT "$EESSI_VERSION"
1212

1313
# ability to predefine elsewhere the default list
1414
if (! $?LMOD_SYSTEM_DEFAULT_MODULES) then

0 commit comments

Comments
 (0)