diff -r 76ff3a715cf2 -r c6a81e54c209 tests/test-extension.t --- a/tests/test-extension.t Sun Feb 10 18:24:29 2013 +0100 +++ b/tests/test-extension.t Sun Jan 27 03:32:09 2013 +0100 @@ -112,7 +112,8 @@ > wsgicgi.launch(application) > EOF - $ SCRIPT_NAME='/' SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \ + $ REQUEST_METHOD='GET' PATH_INFO='/' SCRIPT_NAME='' QUERY_STRING='' \ + > SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \ > | grep '^[0-9]) ' # ignores HTML output 1) foo imported 1) bar imported