Fixed bug parsing binomial test.
[pspp-builds.git] / tests / command / npar-binomial.sh
index 9a776f6ba6ab6584ab1206e377614149bc3eac72..c2b8b1d73d21a3127deabfceec4ccf528dc043c6 100755 (executable)
@@ -178,7 +178,7 @@ END DATA.
 WEIGHT BY w.
 
 NPAR TESTS
-       /BINOMIAL(0.5) = x
+       /BINOMIAL = x
        .
 
 
@@ -247,7 +247,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program 1"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output 1"