tests/test-hgweb-json.t
changeset 39903 803b7569c9ea
parent 39707 5abc47d4ca6b
child 40157 a8be613391d1
--- a/tests/test-hgweb-json.t	Fri Sep 28 23:17:06 2018 -0400
+++ b/tests/test-hgweb-json.t	Sat Sep 29 02:02:35 2018 -0400
@@ -2201,7 +2201,7 @@
 Commit message with null character
 
   $ echo foo >> da/foo
-  >>> open('msg', 'wb').write('commit with null character: \0\n')
+  >>> open('msg', 'wb').write('commit with null character: \0\n') and None
   $ hg ci -l msg
   $ rm msg