From b8f52d46645947c523567bc2ecf63168e6ec0cbc Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Mon, 6 Feb 2006 17:11:25 +0000 Subject: In test script, JAVA_CMD should be JAVACMD. --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/scalatest b/test/scalatest index d254133f7f..090594dfa8 100755 --- a/test/scalatest +++ b/test/scalatest @@ -538,7 +538,7 @@ fi printf_outline "Source directory is : $SRCDIR\\n"; printf_outline "Scala binaries in : $BIN_DIR\\n"; -jvm_version=`${JAVA_CMD:=java} -version 2>&1 | head -3 | tail -1` +jvm_version=`${JAVACMD:=java} -version 2>&1 | head -3 | tail -1` printf_outline "Java runtime is : $jvm_version\\n\\n"; test_check_all; -- cgit v1.2.3