X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Frank.sh;h=626778828f613b7d72521a83322e774df432fd9b;hb=872878020f28b1a858a80de5f7baa1ada1d9a0c2;hp=8114c438f9aef125df005effd67797d95fac3946;hpb=cb062bfc8fa1b1477de31fd8a0f072f4bcf3d6b1;p=pspp diff --git a/tests/command/rank.sh b/tests/command/rank.sh index 8114c438f9..626778828f 100755 --- a/tests/command/rank.sh +++ b/tests/command/rank.sh @@ -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