X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Frank.sh;h=d64e97586afce6d90092f813640434356f57fb2b;hb=5aa037d0c36fcaf2a1ad3995bffe5c32fd201124;hp=c827a5207850fb7a5fc84949d7b3a42892e54d41;hpb=f5574c6264163859a8eb94ab1e33bcc1b61fce5f;p=pspp-builds.git diff --git a/tests/command/rank.sh b/tests/command/rank.sh index c827a520..d64e9758 100755 --- a/tests/command/rank.sh +++ b/tests/command/rank.sh @@ -125,11 +125,6 @@ RANK x * Too many variables in INTO RANK x /RANK INTO foo bar wiz. - -* Alpha group -RANK x BY a. - - EOF if [ $? -ne 0 ] ; then no_result ; fi @@ -145,7 +140,6 @@ $TEMPDIR/rank.sh.sps:15: error: RANK: Syntax error expecting \`(' at end of comm $TEMPDIR/rank.sh.sps:19: error: RANK: Syntax error expecting integer at \`d'. $TEMPDIR/rank.sh.sps:25: error: RANK: Variable x already exists. $TEMPDIR/rank.sh.sps:30: error: RANK: Too many variables in INTO clause. -$TEMPDIR/rank.sh.sps:33: warning: RANK: a is not a numeric variable. It will not be included in the variable list. EOF if [ $? -ne 0 ] ; then fail ; fi @@ -526,7 +520,7 @@ END DATA. RANK x. -MODIFY VARS /drop ran001 TO ran999. +DELETE VAR ran001 TO ran999. LIST.