tests/test-diffstat.t
changeset 37367 87c4253bebdb
parent 35570 3e3f4c03876b
child 41375 f1b0d9988825
--- a/tests/test-diffstat.t	Thu Apr 05 16:56:34 2018 +0530
+++ b/tests/test-diffstat.t	Thu Apr 05 17:00:15 2018 +0530
@@ -35,7 +35,7 @@
 
   $ hg ci -m appenda
 
-  >>> open("c", "wb").write(b"\0")
+  >>> open("c", "wb").write(b"\0") and None
   $ touch d
   $ hg add c d
 
@@ -54,7 +54,7 @@
 
   $ hg ci -m createb
 
-  >>> open("file with spaces", "wb").write(b"\0")
+  >>> open("file with spaces", "wb").write(b"\0") and None
   $ hg add "file with spaces"
 
 Filename with spaces diffstat: