summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-06-14 15:54:12 +0000
committermichelou <michelou@epfl.ch>2007-06-14 15:54:12 +0000
commit4b7298f02fb842ed6b37cd3e1451e9bfe9fbd012 (patch)
tree1c6843a2aa5d57bb216471c34fa609092135d3f9 /test
parent1d8e1b2d227a675ea1bad6f09c2e090c0bd2e5d2 (diff)
downloadscala-4b7298f02fb842ed6b37cd3e1451e9bfe9fbd012.tar.gz
scala-4b7298f02fb842ed6b37cd3e1451e9bfe9fbd012.tar.bz2
scala-4b7298f02fb842ed6b37cd3e1451e9bfe9fbd012.zip
corrected typo
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scalatest b/test/scalatest
index c58a6d70f2..7df121470d 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -764,7 +764,7 @@ scala_version=`${SCALAC_CMD} -version 2>&1`
printf_outline "Scala version is : $scala_version\\n";
[ -n "$SCALAC_OPTS" ] && printf_outline "Scalac options are : $SCALAC_OPTS\\n";
-if [ $TEST_TYPE == "msil" ]; then
+if [ $TEST_TYPE = "msil" ]; then
ilasm_version=`$ILASM --version 2>&1`;
printf_outline "ILasm version is : $ilasm_version\\n";
mono_version=`$MONO --version | head -1`;
@@ -780,7 +780,7 @@ else
fi;
printf_outline "Java runtime is : $jvm_version\\n";
[ -n "$JAVA_OPTS" ] && printf_outline "Java options are : $JAVA_OPTS\\n";
- if [ "$TEST_TYPE" == "ant" ]; then
+ if [ "$TEST_TYPE" = "ant" ]; then
ant_version=`$ANT -version`;
printf_outline "Ant version is : $ant_version\\n";
fi