diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index bf9541072cf..3375ddc5f85 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1961,9 +1961,6 @@ def getTestEnv(lang, testdir): # NodeJS is always installed locally even when testing against a binary installation if os.environ.get("USE_BIN_DIST", "no") != "yes": - if es5: - addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "src", "es5"), env) - else: addPathToEnv("NODE_PATH", os.path.join(getIceDir("js", testdir), "src"), env) if isWin32(): |