# HG changeset patch # User Pulkit Goyal # Date 1537457760 -10800 # Node ID 56cb053a71edfea7a83da8dd7042ee6aaf357c03 # Parent ce4c297059833e27d49f43b25aeb3130904e08c0 py3: suppress the output on .write() calls in tests/test-hgweb-commands.t Differential Revision: https://phab.mercurial-scm.org/D4676 diff -r ce4c29705983 -r 56cb053a71ed tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Thu Sep 20 18:35:24 2018 +0300 +++ b/tests/test-hgweb-commands.t Thu Sep 20 18:36:00 2018 +0300 @@ -26,7 +26,7 @@ $ hg ci -Ambranch $ hg branch unstable marked working directory as branch unstable - >>> open('msg', 'wb').write(b'branch commit with null character: \0\n') + >>> open('msg', 'wb').write(b'branch commit with null character: \0\n') and None $ hg ci -l msg $ rm msg