From 9a60b3bb395dd0034b6a893949a807ddb3740ab6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 8 Mar 2010 20:02:36 -0800 Subject: [PATCH] tests: Fix bug in NPAR TESTS subtest for CHISQUARE command. Reported by John Darrington. --- tests/command/npar-chisquare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2