projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82f56f
)
tests: Fix bug in NPAR TESTS subtest for CHISQUARE command.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 9 Mar 2010 04:02:36 +0000
(20:02 -0800)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/tests/command/npar-chisquare.sh
b/tests/command/npar-chisquare.sh
index 8ee9bb8e5996421541492269246e14a0b659c807..a0f9fd33e6d99552ffab9ff8e9a419271af8631b 100755
(executable)
--- 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"