tests: Fix bug in NPAR TESTS subtest for CHISQUARE command.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 9 Mar 2010 04:02:36 +0000 (20:02 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 9 Mar 2010 04:02:54 +0000 (20:02 -0800)
Reported by John Darrington.

tests/command/npar-chisquare.sh

index 8ee9bb8e5996421541492269246e14a0b659c807..a0f9fd33e6d99552ffab9ff8e9a419271af8631b 100755 (executable)
@@ -176,7 +176,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program 2"
-$SUPERVISOR $PSPP -o pspp.csv $TESTFILE  > $TEMPDIR/output
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE -e $TEMPDIR/output
 if [ $? -eq 0 ] ; then no_result ; fi
 
 activity="compare errors 2"