Isolate test suite from global git config settings.

This commit is contained in:
Joey Hess 2016-04-20 15:04:38 -04:00
parent b56218f0c2
commit c3fdaf764d
Failed to extract signature
3 changed files with 15 additions and 0 deletions

View file

@ -105,3 +105,7 @@ found a bug report from you on
be related, but I don't know if that's the case. The newest version I'm
able to build is 5.20150219, somewhere after that various things start
to fail.
> [[fixed|done]]; I found a way to isolate the test suite from global git
> configs, by setting `GIT_CONFIG_NOSYSTEM` and also setting
> `HOME` and `XDG_CONFIG_HOME` to an empty directory. --[[Joey]]