summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/bin/scala-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bin/scala-test b/test/bin/scala-test
index 325fd62e98..244f1bf8a7 100755
--- a/test/bin/scala-test
+++ b/test/bin/scala-test
@@ -255,7 +255,7 @@ test_file() {
if [ ! -f $expect ]; then
expect="`expr "$source" : "\(.*\)\\.scala"`.check";
fi;
- actual="`expr "$source" : "\(.*\)\\.scala"`-$KIND.log";
+ actual="$OBJDIR""`expr "$source" : "\(.*\)\\.scala"`-$KIND.log";
if [ -f "$flags" ]; then
TEST_FLAGS=`cat $flags`;
else