]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/gitweb-lib.sh
t/gitweb-lib.sh: set $REQUEST_URI
[thirdparty/git.git] / t / gitweb-lib.sh
index 130c7ed64fc162e86ecfa78b12ea908fa0bc3f78..1f32ca66ea5128baf8ecec6adebea07853e5b2f9 100644 (file)
@@ -60,8 +60,9 @@ gitweb_run () {
        REQUEST_METHOD='GET'
        QUERY_STRING=$1
        PATH_INFO=$2
+       REQUEST_URI=/gitweb.cgi$PATH_INFO
        export GATEWAY_INTERFACE HTTP_ACCEPT REQUEST_METHOD \
-               QUERY_STRING PATH_INFO
+               QUERY_STRING PATH_INFO REQUEST_URI
 
        GITWEB_CONFIG=$(pwd)/gitweb_config.perl
        export GITWEB_CONFIG