##// END OF EJS Templates
tests: port inline cgi script in test-largefiles.t to python 3...
Augie Fackler -
r37762:1398c2d7 default
parent child Browse files
Show More
@@ -219,7 +219,7 b' Test largefiles can be loaded in hgweb ('
219 > from mercurial import demandimport; demandimport.enable()
219 > from mercurial import demandimport; demandimport.enable()
220 > from mercurial.hgweb import hgweb
220 > from mercurial.hgweb import hgweb
221 > from mercurial.hgweb import wsgicgi
221 > from mercurial.hgweb import wsgicgi
222 > application = hgweb('.', 'test repo')
222 > application = hgweb(b'.', b'test repo')
223 > wsgicgi.launch(application)
223 > wsgicgi.launch(application)
224 > EOF
224 > EOF
225 $ . "$TESTDIR/cgienv"
225 $ . "$TESTDIR/cgienv"
General Comments 0
You need to be logged in to leave comments. Login now