tests/test-context.py
changeset 31280 59aec562a50b
parent 30564 d83ca854fa21
child 32551 bb628fc85b0e
--- a/tests/test-context.py	Thu Mar 02 17:22:46 2017 +0100
+++ b/tests/test-context.py	Fri Mar 03 16:17:17 2017 +0100
@@ -59,7 +59,7 @@
 # test performing a diff on a memctx
 
 for d in ctxb.diff(ctxa, git=True):
-    print(d)
+    print(d, end='')
 
 # test safeness and correctness of "ctx.status()"
 print('= checking context.status():')