Renamed time-series directory ts
[pspp-builds.git] / tests / command / do-repeat.sh
index 452814fa182a6f3a417cf599c3f562ce09912b42..990704fe7c22d96f105a61dca201ee572075ba06 100755 (executable)
@@ -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.