X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fwkday-in.sh;h=77382012936c72f78a526eb0aa0cf106853c77c6;hb=aaf7e27cbda4b400b6a98360fa7bab08e26c8696;hp=6105ae07c45482ec6a362361e3f1f32b9aa4200d;hpb=0fa141762183890ebd139ccd9264f08db9011539;p=pspp diff --git a/tests/formats/wkday-in.sh b/tests/formats/wkday-in.sh index 6105ae07c4..7738201293 100755 --- a/tests/formats/wkday-in.sh +++ b/tests/formats/wkday-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` @@ -69,7 +69,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode wkday-in.pspp +$SUPERVISOR $PSPP -o pspp.csv wkday-in.pspp if [ $? -ne 0 ] ; then no_result ; fi activity="compare output"