Skip to content

Commit

Permalink
Merge branch 'jk/test-httpd-config-nosystem'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Apr 6, 2016
2 parents f4ee510 + 1fad503 commit 3e95e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/lib-httpd/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3e95e47

Please sign in to comment.