New implementation of long variable names. Each variable has a
[pspp-builds.git] / tests / bugs / random.sh
index 52393f43a430eb2f575ede98303038471d38ddcd..1d8b05e729a48a179c7a9c5930d69b03c3e13f1c 100755 (executable)
@@ -52,7 +52,7 @@ cat > $TESTFILE <<EOF
 set seed=10.
 input program.
 + loop #i = 1 to 20.
-+    do repeat response=r1.
++    do repeat response=R1.
 +       compute response = uniform(10).
 +    end repeat.
 +    end case.