X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdo-repeat.sh;h=62000de630f3b02b3e1bd7ef3803e4289039b056;hb=baf657198fcf0cabe289246dc07a82da67c86f5b;hp=0a702633c120c070897a37ab812347484ff160e1;hpb=c1629e9b28338e59f9e4c027f3792a9419840a2c;p=pspp diff --git a/tests/command/do-repeat.sh b/tests/command/do-repeat.sh index 0a702633c1..62000de630 100755 --- a/tests/command/do-repeat.sh +++ b/tests/command/do-repeat.sh @@ -60,7 +60,7 @@ BEGIN DATA. 0 END DATA. -DO REPEAT h = h0 TO h3 / x = 0 TO 3 / y = 8, 7, 6, 5. +DO REPEAT h = h0 TO h3 / x = 0 TO 3 / y = 8, 7.5, 6, 5. COMPUTE h = x + y. END REPEAT. @@ -88,7 +88,7 @@ perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff -b $TEMPDIR/pspp.list - <