summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 7e8309054a..f4e862bce2 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -220,7 +220,7 @@ test_run_jvm() {
rm -rf "$dstbase".obj &&
mkdir -p "$dstbase".obj &&
$SOCOS -d "$os_dstbase".obj "$@" "$os_srcbase".scala &&
- $SCALA -classpath "$os_dstbase".obj Test "jvm" &&
+ $SCALA -classpath "$os_dstbase".obj:$CLASSPATH Test "jvm" &&
rm -rf "$dstbase".obj;
}