Merge pull request #628 from thockin/disable_local_gitconfig
Disable local git configs
This commit is contained in:
commit
a3498fc8ee
|
|
@ -2365,6 +2365,10 @@ function run_test() {
|
||||||
eval "$restore_opts"
|
eval "$restore_opts"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Override local configs for predictability in this test.
|
||||||
|
export GIT_CONFIG_GLOBAL=/dev/null
|
||||||
|
export GIT_CONFIG_SYSTEM=/dev/null
|
||||||
|
|
||||||
# Iterate over the chosen tests and run them.
|
# Iterate over the chosen tests and run them.
|
||||||
FAILS=()
|
FAILS=()
|
||||||
RET=0
|
RET=0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue