X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdo-if.sh;h=8d2dcdae12e21653ae49bf72d725a1731f8f7795;hb=aca5e0c21bb5f2cc509ea1fb0ec5ba5be4faaf7d;hp=8cb6b824016542a45e54326d9f52091e05a1ce23;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp diff --git a/tests/command/do-if.sh b/tests/command/do-if.sh index 8cb6b82401..8d2dcdae12 100755 --- a/tests/command/do-if.sh +++ b/tests/command/do-if.sh @@ -108,11 +108,10 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run test1" -$SUPERVISOR $PSPP --testing-mode test1.pspp +$SUPERVISOR $PSPP -o pspp.csv test1.pspp if [ $? -ne 0 ] ; then no_result ; fi activity="compare test1 results" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff -u $TEMPDIR/test1.out $TEMPDIR/test1.expected if [ $? -ne 0 ] ; then fail ; fi