X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fcount.sh;h=bba7d06268a6cad26d0a9a5545164bef358ab124;hb=refs%2Fheads%2Fpivot-table;hp=0813c428aa647d9bfc40dad03b4f60b7b4a818d7;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp diff --git a/tests/command/count.sh b/tests/command/count.sh index 0813c428aa..bba7d06268 100755 --- a/tests/command/count.sh +++ b/tests/command/count.sh @@ -80,29 +80,28 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="Run pspp 1" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare results 1" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <