diff -r b220851999b5 -r 23b749b84b8a tests/test-push-cgi.t --- a/tests/test-push-cgi.t Sat Sep 15 00:24:05 2018 +0300 +++ b/tests/test-push-cgi.t Sat Sep 15 00:37:20 2018 +0300 @@ -21,7 +21,7 @@ > from mercurial import demandimport; demandimport.enable() > from mercurial.hgweb import hgweb > from mercurial.hgweb import wsgicgi - > application = hgweb('.', 'test repository') + > application = hgweb(b'.', b'test repository') > wsgicgi.launch(application) > HGWEB $ chmod 755 hgweb.cgi