X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fdescript-mean-bug.sh;h=4a8853b47e4109cccdc12531865371bf861e21a5;hb=736cad34a833704f6052319d66d57f4fd839e892;hp=eb12331b9308ca30e67bf4deb534f0969f3c6ba2;hpb=537fdeb3702c011e05d7826a8d556a7beeba2605;p=pspp diff --git a/tests/stats/descript-mean-bug.sh b/tests/stats/descript-mean-bug.sh index eb12331b93..4a8853b47e 100755 --- a/tests/stats/descript-mean-bug.sh +++ b/tests/stats/descript-mean-bug.sh @@ -77,18 +77,14 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TEMPDIR/descript.stat +$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/descript.stat if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <