X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsort.sh;h=c3c96a35456b56d76db8bf76b9e6067cdf6e8867;hb=274c90615ffd6975784232b709cff0b99da8b38d;hp=1eb4d855ae59560860cf5f0169d32a96bfe2271a;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/command/sort.sh b/tests/command/sort.sh index 1eb4d855..c3c96a35 100755 --- a/tests/command/sort.sh +++ b/tests/command/sort.sh @@ -4,6 +4,7 @@ TEMPDIR=/tmp/pspp-tst-$$ TESTFILE=$TEMPDIR/`basename $0`.sps +: ${PERL:=perl} # ensure that top_builddir are absolute if [ -z "$top_builddir" ] ; then top_builddir=. ; fi @@ -116,7 +117,7 @@ for count_repeat_buffers in \ } > sort.pspp || no_result activity="run program" - $SUPERVISOR $PSPP --testing-mode -o raw-ascii sort.pspp + $SUPERVISOR $PSPP --testing-mode sort.pspp if [ $? -ne 0 ] ; then no_result ; fi perl -pi -e 's/^\s*$//g' sort.exp sort.out