tests/test-notify.t
changeset 15767 d85ecaf3e833
parent 15654 2a7fa7c641d8
child 16500 8436a4e21417
--- a/tests/test-notify.t	Mon Dec 26 16:57:14 2011 +0100
+++ b/tests/test-notify.t	Mon Dec 26 16:54:43 2011 +0100
@@ -412,7 +412,7 @@
   > test = False
   > mbox = mbox
   > EOF
-  $ python -c 'print "no" * 500' >> a/a
+  $ python -c 'file("a/a", "ab").write("no" * 500 + "\n")'
   $ hg --cwd a commit -A -m "long line"
   $ hg --traceback --cwd b pull ../a
   pulling from ../a