X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fnpar-sign.sh;h=6b85aef7e2bf889ebbf39632792921101c2aa901;hb=f368e65edf078d4d9073d56533f6c1780fdcc3bb;hp=1c7c629a6704775375a21edc0414261c522ce47f;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp diff --git a/tests/command/npar-sign.sh b/tests/command/npar-sign.sh index 1c7c629a67..6b85aef7e2 100755 --- a/tests/command/npar-sign.sh +++ b/tests/command/npar-sign.sh @@ -11,7 +11,7 @@ if [ -z "$top_builddir" ] ; then top_builddir=. ; fi top_srcdir=`cd $top_srcdir; pwd` top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH @@ -81,11 +81,11 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program 1" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output 1" -diff -c - $TEMPDIR/pspp.csv <