diff tests/test-keyword.t @ 39908:803b7569c9ea

py3: suppress the output from .write() calls in the remaining tests
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 29 Sep 2018 02:02:35 -0400
parents f1186c292d03
children a339b5e0d7c6
line wrap: on
line diff
--- a/tests/test-keyword.t	Fri Sep 28 23:17:06 2018 -0400
+++ b/tests/test-keyword.t	Sat Sep 29 02:02:35 2018 -0400
@@ -214,7 +214,7 @@
 
 hg status of kw-ignored binary file starting with '\1\n'
 
-  >>> open("i", "wb").write("\1\nfoo")
+  >>> open("i", "wb").write("\1\nfoo") and None
   $ hg -q commit -Am metasep i
   $ hg status
   >>> open("i", "wb").write("\1\nbar")