075-alias.exp (modules-5.1.1.tar.bz2) | : | 075-alias.exp (modules-5.2.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
# | # | |||
set module "alias/2.0" | set module "alias/2.0" | |||
set modulefile "$modpath/$module" | set modulefile "$modpath/$module" | |||
set alias "ps -auxww | grep modulecmd" | set alias "ps -auxww | grep modulecmd" | |||
# | # | |||
# For the different shells ... | # For the different shells ... | |||
# | # | |||
lappend ans [list set __MODULES_LMREFRESH $module] | ||||
lappend ans [list set _LMFILES_ $modulefile] | lappend ans [list set _LMFILES_ $modulefile] | |||
lappend ans [list set LOADEDMODULES $module] | lappend ans [list set LOADEDMODULES $module] | |||
lappend ans [list alias testsuite $alias] | lappend ans [list alias testsuite $alias] | |||
# | # | |||
# The tests | # The tests | |||
# | # | |||
# only available for csh/sh/fish derivatives ... no longer warn for others | # only available for csh/sh/fish derivatives ... no longer warn for others | |||
test_cmd "ALL" "load $module" $ans | test_cmd "ALL" "load $module" $ans | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |