diff --git a/tests/test-oldcgi.t b/tests/test-oldcgi.t --- a/tests/test-oldcgi.t +++ b/tests/test-oldcgi.t @@ -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