Disable local git configs

This commit is contained in:
Tim Hockin 2022-08-30 08:22:23 -07:00
parent e1774e223c
commit bcd4629159
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -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