diff --git a/tests/test-extension.t b/tests/test-extension.t --- a/tests/test-extension.t +++ b/tests/test-extension.t @@ -131,7 +131,13 @@ Check hgweb's load order of extensions a (check that revset predicate foo() and bar() are available) - $ REQUEST_METHOD='GET' PATH_INFO='/shortlog' SCRIPT_NAME='' \ +#if msys + $ PATH_INFO='//shortlog' +#else + $ PATH_INFO='/shortlog' +#endif + $ export PATH_INFO + $ REQUEST_METHOD='GET' SCRIPT_NAME='' \ > QUERY_STRING='rev=foo() and bar()' \ > SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \ > | grep ''