From: Ben Pfaff Date: Tue, 9 Mar 2010 04:02:36 +0000 (-0800) Subject: tests: Fix bug in NPAR TESTS subtest for CHISQUARE command. X-Git-Tag: sav-api~363 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=9a60b3bb395dd0034b6a893949a807ddb3740ab6 tests: Fix bug in NPAR TESTS subtest for CHISQUARE command. Reported by John Darrington. --- diff --git a/tests/command/npar-chisquare.sh b/tests/command/npar-chisquare.sh index 8ee9bb8e59..a0f9fd33e6 100755 --- a/tests/command/npar-chisquare.sh +++ b/tests/command/npar-chisquare.sh @@ -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"