X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fnum-in.sh;h=0461a6ba09e1a2484be2975a5a0b354c224dcd84;hb=d5987ef3c3a46551c699d405e523a3bc10da10c1;hp=e58af7588fb08134218e01baac253560f327e25e;hpb=dea1f720db1da7dba1cf248660fc9e79d6b2d404;p=pspp-builds.git diff --git a/tests/formats/num-in.sh b/tests/formats/num-in.sh index e58af758..0461a6ba 100755 --- a/tests/formats/num-in.sh +++ b/tests/formats/num-in.sh @@ -8,7 +8,8 @@ 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 +: ${PERL:=perl} # ensure that top_srcdir is absolute top_srcdir=`cd $top_srcdir; pwd` @@ -199,7 +200,7 @@ if [ $? -ne 0 ] ; then no_result ; fi echo -n . activity="run program" -$SUPERVISOR $PSPP --testing-mode num-in.pspp +$SUPERVISOR $PSPP -o pspp.csv num-in.pspp if [ $? -ne 0 ] ; then no_result ; fi echo -n .