X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdo-repeat.sh;h=990704fe7c22d96f105a61dca201ee572075ba06;hb=b1b43c0d6a64d29a13953aa15d98dd74117faa95;hp=452814fa182a6f3a417cf599c3f562ce09912b42;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp diff --git a/tests/command/do-repeat.sh b/tests/command/do-repeat.sh index 452814fa18..990704fe7c 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 1 2 3 / y = 8 TO 5. +DO REPEAT h = h0 TO h3 / x = 0 TO 3 / y = 8, 7, 6, 5. COMPUTE h = x + y. END REPEAT.