tests/test-extension.t
changeset 18646 c6a81e54c209
parent 18267 5bb610f87d1d
child 18748 6e676fb6ea44
--- 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