X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fxforms%2Frecode.sh;h=a0119cb4c951846ca34f148bf2f766b5d63f5ac4;hb=refs%2Fbuilds%2F20100409040510%2Fpspp;hp=ae29cc4d1d48cc0bf962facc9072cc2ceb93628b;hpb=d6f31aec49cf2d0913ed4e88b0d821b296e9e167;p=pspp diff --git a/tests/xforms/recode.sh b/tests/xforms/recode.sh index ae29cc4d1d..a0119cb4c9 100755 --- a/tests/xforms/recode.sh +++ b/tests/xforms/recode.sh @@ -162,103 +162,108 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="test output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -bu $TEMPDIR/pspp.list - <