tests/test-clone.t
changeset 15522 cf0f3cb8a332
parent 15521 117f9190c1ba
child 15623 fc8c7a5ccc4a
--- a/tests/test-clone.t	Wed Nov 16 03:45:14 2011 +0100
+++ b/tests/test-clone.t	Wed Nov 16 03:45:14 2011 +0100
@@ -10,7 +10,7 @@
 
 Create a non-inlined filelog:
 
-  $ python -c 'for x in range(10000): print x' >> data1
+  $ python -c 'file("data1", "wb").write("".join("%s\n" % x for x in range(10000)))'
   $ for j in 0 1 2 3 4 5 6 7 8 9; do
   >   cat data1 >> b
   >   hg commit -m test