py3: add a missing b'' in tests/test-newercgi.t
authorPulkit Goyal <pulkit@yandex-team.ru>
Thu, 20 Sep 2018 18:34:38 +0300
changeset 39727 a2bb0ec3b4d4
parent 39726 7e3ce2131882
child 39728 ce4c29705983
py3: add a missing b'' in tests/test-newercgi.t # skip-blame because just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4674
tests/test-newercgi.t
--- 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