X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fmonth-in.sh;h=1627c7067bb132cdd8b2acba131c80780dc3e774;hb=b5249f4441110eaf24223166a5a6c9f7bf71faa7;hp=2d32a594ec244bfd5afdeca080cf4ddd9c71eacc;hpb=0fa141762183890ebd139ccd9264f08db9011539;p=pspp diff --git a/tests/formats/month-in.sh b/tests/formats/month-in.sh index 2d32a594ec..1627c7067b 100755 --- a/tests/formats/month-in.sh +++ b/tests/formats/month-in.sh @@ -8,7 +8,7 @@ trap 'cd /; rm -rf $TEMPDIR' 0 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` @@ -105,7 +105,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode month-in.pspp +$SUPERVISOR $PSPP -o pspp.csv month-in.pspp if [ $? -ne 0 ] ; then no_result ; fi activity="compare output"