diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-20 15:04:38 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-20 15:04:38 -0400 |
commit | 3bcf2bfb2e02cf4b0edefedde2db4b257a2c5343 (patch) | |
tree | 5462f29b2e308858a1b84019a5f795aa385f4511 /doc | |
parent | 5c23c1c2e6904e26b49cce1c9d0a1ba718e5938f (diff) |
Isolate test suite from global git config settings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Three_tests_fail_when_annex.backends_is_defined.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/Three_tests_fail_when_annex.backends_is_defined.mdwn b/doc/bugs/Three_tests_fail_when_annex.backends_is_defined.mdwn index 34096dbc9..d7a635d3c 100644 --- a/doc/bugs/Three_tests_fail_when_annex.backends_is_defined.mdwn +++ b/doc/bugs/Three_tests_fail_when_annex.backends_is_defined.mdwn @@ -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]] |