tests/test-newercgi.t
changeset 39727 a2bb0ec3b4d4
parent 39707 5abc47d4ca6b
child 50734 d5cd1fd690f3
--- a/tests/test-newercgi.t	Thu Sep 20 18:33:53 2018 +0300
+++ b/tests/test-newercgi.t	Thu Sep 20 18:34:38 2018 +0300
@@ -39,7 +39,7 @@
   > from mercurial.hgweb import hgwebdir
   > from mercurial.hgweb import wsgicgi
   > 
-  > application = hgwebdir("hgweb.config")
+  > application = hgwebdir(b"hgweb.config")
   > wsgicgi.launch(application)
   > HGWEBDIR