X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Ftime-in.sh;h=ca80f960d3a145bc40dd2481cadcb0d9eda2b5d4;hb=ddb7b52128d8f1f54d9632dc3a15c7869e0fbcce;hp=b842e74bd6a72d90a20a68006d756848d878b13e;hpb=bf3da7e3a72705f3e9d0d09ba29039928dc64687;p=pspp-builds.git diff --git a/tests/formats/time-in.sh b/tests/formats/time-in.sh index b842e74b..ca80f960 100755 --- a/tests/formats/time-in.sh +++ b/tests/formats/time-in.sh @@ -9,6 +9,7 @@ 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 +: ${PERL:=perl} # ensure that top_srcdir is absolute top_srcdir=`cd $top_srcdir; pwd` @@ -169,7 +170,7 @@ $PERL time-in.pl if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode time-in.pspp +$SUPERVISOR $PSPP -o pspp.csv time-in.pspp if [ $? -ne 0 ] ; then no_result ; fi activity="compare time.out output"