tests/test-pathencode.py
branchstable
changeset 19318 9778c77f05d6
parent 18435 8c019d2fd7c0
child 19319 ec17ddecdf64
--- a/tests/test-pathencode.py	Wed Jun 19 22:34:34 2013 -0700
+++ b/tests/test-pathencode.py	Wed Jun 19 23:01:22 2013 -0700
@@ -125,7 +125,7 @@
     p = pickfrom(rng, firsttable)(rng)
     l = len(p)
     ps = [p]
-    while l <= k:
+    while l < k:
         p = pickfrom(rng, resttable)(rng)
         l += len(p)
         ps.append(p)