X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Flongvars.sh;h=a57e57323d7a3a5b6079a0eb061656d7d34be294;hb=cef154921f6cdc07bc76edbe720036ab4c32bff8;hp=49a7cd4c2a26c449034973e35e8f415fb7c5d0c3;hpb=c3ac5a8af9c449072c7e872ca70a78c1755ae309;p=pspp diff --git a/tests/command/longvars.sh b/tests/command/longvars.sh index 49a7cd4c2a..a57e57323d 100755 --- a/tests/command/longvars.sh +++ b/tests/command/longvars.sh @@ -77,50 +77,39 @@ 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="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <