tests/test-keyword.t
changeset 39903 803b7569c9ea
parent 39489 f1186c292d03
child 39951 a339b5e0d7c6
--- 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")