diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-04-11 13:49:13 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 13:49:13 -0700 |
| commit | 063cd850f2b998bb8a72714e2b435bd403a86391 (patch) | |
| tree | adcfcc3a6d96d0bd4558ba1beaca003a1c66b72d /t/lib-httpd/apache.conf | |
| parent | 96f4113ac01e3d8e4a26cbc4df18d0af958c1710 (diff) | |
| parent | c1917156a04e371f33cc344af093a8b237e09eb1 (diff) | |
| download | git-063cd850f2b998bb8a72714e2b435bd403a86391.tar.xz | |
Merge branch 'jk/use-perl-path-consistently'
Tests had a few places where we ignored PERL_PATH and blindly used
/usr/bin/perl, which have been corrected.
* jk/use-perl-path-consistently:
t/lib-httpd: pass PERL_PATH to CGI scripts
Diffstat (limited to 't/lib-httpd/apache.conf')
| -rw-r--r-- | t/lib-httpd/apache.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf index f43a25c1f1..9e6892970d 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -101,6 +101,8 @@ PassEnv LC_ALL Alias /dumb/ www/ Alias /auth/dumb/ www/auth/dumb/ +SetEnv PERL_PATH ${PERL_PATH} + <LocationMatch /smart/> SetEnv GIT_EXEC_PATH ${GIT_EXEC_PATH} SetEnv GIT_HTTP_EXPORT_ALL |
