Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/test-httpd-config-nosystem' into maint
author
Junio C Hamano
<gitster@pobox.com>
Fri, 15 Apr 2016 01:37:17 +0000
(18:37 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 15 Apr 2016 01:37:17 +0000
(18:37 -0700)
The tests that involve running httpd leaked the system-wide
configuration in /etc/gitconfig to the tested environment.
* jk/test-httpd-config-nosystem:
t/lib-httpd: pass through GIT_CONFIG_NOSYSTEM env
t/lib-httpd/apache.conf
patch
|
blob
|
history
raw
(from parent 1:
5859f04
)
diff --git
a/t/lib-httpd/apache.conf
b/t/lib-httpd/apache.conf
index f667e7ce2f33dba0c10764f2f62101685d74cf3d..9317ba08582d2a5d06ef5a2a8d8e63c72a146b3b 100644
(file)
--- a/
t/lib-httpd/apache.conf
+++ b/
t/lib-httpd/apache.conf
@@
-74,6
+74,7
@@
PassEnv GIT_VALGRIND_OPTIONS
PassEnv GNUPGHOME
PassEnv ASAN_OPTIONS
PassEnv GIT_TRACE
+PassEnv GIT_CONFIG_NOSYSTEM
Alias /dumb/ www/
Alias /auth/dumb/ www/auth/dumb/