X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fdescript-basic.sh;h=3577a03b8cd9d18cf06d420ecbe23ec9ed29e35f;hb=b9c33df5fb3e621c641045ac90c211d33e2bf983;hp=a1f4a64e6aaf18d52fae489164f38f56e1c250c1;hpb=cb586666724d5fcbdb658ce471b85484f0a7babe;p=pspp diff --git a/tests/stats/descript-basic.sh b/tests/stats/descript-basic.sh index a1f4a64e6a..3577a03b8c 100755 --- a/tests/stats/descript-basic.sh +++ b/tests/stats/descript-basic.sh @@ -82,56 +82,52 @@ 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 - <