X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Flongvars.sh;h=acd0de21bcf55f4bcddae086770a2e29274fcdd0;hb=c0a213f7ed487273797d579bad952bca983240ba;hp=49a7cd4c2a26c449034973e35e8f415fb7c5d0c3;hpb=015e221b0f8578afee769528572c76387f26c629;p=pspp diff --git a/tests/command/longvars.sh b/tests/command/longvars.sh index 49a7cd4c2a..acd0de21bc 100755 --- a/tests/command/longvars.sh +++ b/tests/command/longvars.sh @@ -9,7 +9,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps if [ -z "$top_builddir" ] ; then top_builddir=. ; fi if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT # ensure that top_srcdir is absolute top_srcdir=`cd $top_srcdir; pwd` @@ -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 - <