tests/test-oldcgi.t
changeset 41412 f5cb822625cc
parent 39707 5abc47d4ca6b
child 50734 d5cd1fd690f3
--- a/tests/test-oldcgi.t	Sat Jan 26 14:00:42 2019 -0800
+++ b/tests/test-oldcgi.t	Sat Jan 26 14:06:07 2019 -0800
@@ -55,7 +55,7 @@
   > # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples
   > # or use a dictionary with entries like 'virtual/path': '/real/path'
   > 
-  > h = hgweb.hgwebdir("hgweb.config")
+  > h = hgweb.hgwebdir(b"hgweb.config")
   > h.run()
   > HGWEBDIR