X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fwkday-out.sh;h=ad0c8cd38f0edbdd8a8e32d23de78d84b12fc3b4;hb=refs%2Fbuilds%2F20100824040503%2Fpspp;hp=f4ea9ec34d0351f8f0b5bce97ccd9d59c1bb99b6;hpb=008204b51e6528b2909832bfc87e66f2f7e68fca;p=pspp diff --git a/tests/formats/wkday-out.sh b/tests/formats/wkday-out.sh index f4ea9ec34d..ad0c8cd38f 100755 --- a/tests/formats/wkday-out.sh +++ b/tests/formats/wkday-out.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` @@ -72,7 +72,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode wkday-out.pspp +$SUPERVISOR $PSPP -o pspp.csv wkday-out.pspp if [ $? -eq 0 ] ; then no_result ; fi activity="compare output"