summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/nest/ReflectiveRunner.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partest/scala/tools/partest/nest/ReflectiveRunner.scala b/src/partest/scala/tools/partest/nest/ReflectiveRunner.scala
index 5e9b9af0c1..58aba34f87 100644
--- a/src/partest/scala/tools/partest/nest/ReflectiveRunner.scala
+++ b/src/partest/scala/tools/partest/nest/ReflectiveRunner.scala
@@ -57,11 +57,10 @@ class ReflectiveRunner extends RunnerUtils {
val newClasspath = paths mkString pathSeparator
syspropset("java.class.path", newClasspath)
- syspropset("env.classpath", newClasspath)
syspropset("scala.home", "")
if (fileManager.debug)
- for (prop <- List("java.class.path", "env.classpath", "sun.boot.class.path", "java.ext.dirs"))
+ for (prop <- List("java.class.path", "sun.boot.class.path", "java.ext.dirs"))
println(prop + ": " + sysprop(prop))
try {