Skip to content

Commit 58d67db

Browse files
committed
fix
1 parent 2eef785 commit 58d67db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ def test_make_module_extra(self):
644644
installver = '3.14-gompi-2018a'
645645

646646
# also check how absolute paths specified in modexself.contents = '\n'.join([
647-
self.contents += "\nmodextrapaths = {'TEST_PATH_VAR_APPEND': ['foo', '/test/absolute/path', 'bar']}"
647+
self.contents += "\nmodextrapaths = {'TEST_PATH_VAR': ['foo', '/test/absolute/path', 'bar']}"
648648
self.contents += "\nmodextrapaths_append = {'TEST_PATH_VAR_APPEND': ['foo', '/test/absolute/path', 'bar']}"
649649
self.writeEC()
650650
ec = EasyConfig(self.eb_file)

0 commit comments

Comments
 (0)