X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Frank.sh;h=626778828f613b7d72521a83322e774df432fd9b;hb=7d34380bb2fddca820a6f414564738cc2f70afc9;hp=67e19c9fda6bcc5828418a46fa1fe9c58284521e;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/rank.sh b/tests/command/rank.sh index 67e19c9fda..626778828f 100755 --- a/tests/command/rank.sh +++ b/tests/command/rank.sh @@ -11,7 +11,7 @@ if [ -z "$top_builddir" ] ; then top_builddir=. ; fi top_srcdir=`cd $top_srcdir; pwd` top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH @@ -137,8 +137,8 @@ if [ $? -ne 1 ] ; then fail ; fi activity="compare errors" perl -pi -e 's/^\s*$//g' $TEMPDIR/errs diff -b $TEMPDIR/errs - << EOF -$TEMPDIR/rank.sh.sps:15: error: RANK: Syntax error expecting \`(' at end of command. -$TEMPDIR/rank.sh.sps:19: error: RANK: Syntax error expecting integer at \`d'. +$TEMPDIR/rank.sh.sps:15: error: RANK: Syntax error at end of command: expecting \`('. +$TEMPDIR/rank.sh.sps:19: error: RANK: Syntax error at \`d': expecting integer. $TEMPDIR/rank.sh.sps:25: error: RANK: Variable x already exists. $TEMPDIR/rank.sh.sps:30: error: RANK: Too many variables in INTO clause. EOF