From 9ed9970ee4335b2a3a895f31b24881aeea77814f Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 11 Aug 2003 08:14:48 +0000 Subject: - Repalced socos/surus by scalac/scalarun --- test/bin/scala-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/bin/scala-test b/test/bin/scala-test index 3cc5024412..9f1d9adfd9 100755 --- a/test/bin/scala-test +++ b/test/bin/scala-test @@ -435,8 +435,8 @@ main() { COLOR="none"; fi; color_initialization "${COLOR:-many}"; - find_program SOCOS socos; - find_program SURUS surus; + find_program SOCOS scalac; + find_program SURUS scalarun; find_runtime SCALA $SOCOS; if [ "$TEST_ALL" = "true" ]; then -- cgit v1.2.3