summaryrefslogtreecommitdiff
path: root/test/clitest
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-20 17:08:24 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-20 17:08:24 +0000
commitc1cc40e97d8a3c373e7f34826fb0047441b4e392 (patch)
treedd5e13424f09d16c9e8dbd1ab90a020c021e6294 /test/clitest
parent4d929158efa9a6e95df14c399091a0f213aebf2d (diff)
downloadscala-c1cc40e97d8a3c373e7f34826fb0047441b4e392.tar.gz
scala-c1cc40e97d8a3c373e7f34826fb0047441b4e392.tar.bz2
scala-c1cc40e97d8a3c373e7f34826fb0047441b4e392.zip
Corrected a bunch of problems with the clitest ...
Corrected a bunch of problems with the clitest script. All test cases should now pass.
Diffstat (limited to 'test/clitest')
-rwxr-xr-xtest/clitest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/clitest b/test/clitest
index 046473566e..d01e235f77 100755
--- a/test/clitest
+++ b/test/clitest
@@ -225,8 +225,8 @@ test_interpret() {
printf "\\n" >> $LOG_FILE # newline
printf "Interpret $main with variable CLASSPATH\\n"
- test_run "(env CLASSPATH=$OUTPUT_DIR \
- printf $main'.main(Array(\"1\"))\n:q' | $INTERPRETER_COMMAND \
+ test_run "(printf $main'.main(Array(\"1\"))\n:q' \
+ | env CLASSPATH=$OUTPUT_DIR $INTERPRETER_COMMAND \
2>> $LOG_FILE 1>> $LOG_FILE)";
printf "\\n" >> $LOG_FILE # newline