diff tests/test-casefolding.t @ 39903: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 f5e9d074d70a
children 7ce8b4d2bd55
line wrap: on
line diff
--- a/tests/test-casefolding.t	Fri Sep 28 23:17:06 2018 -0400
+++ b/tests/test-casefolding.t	Sat Sep 29 02:02:35 2018 -0400
@@ -248,7 +248,7 @@
 X will be using HFS+. If that's not true, this test will fail.
 
   $ rm A
-  >>> open(u'a\u200c'.encode('utf-8'), 'w').write('unicode is fun')
+  >>> open(u'a\u200c'.encode('utf-8'), 'w').write('unicode is fun') and None
   $ hg status
   M A