changeset 39727:a2bb0ec3b4d4

py3: add a missing b'' in tests/test-newercgi.t # skip-blame because just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4674
author Pulkit Goyal <pulkit@yandex-team.ru>
date Thu, 20 Sep 2018 18:34:38 +0300
parents 7e3ce2131882
children ce4c29705983
files tests/test-newercgi.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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