From bcd46291591d6338e649aa83753a74ebd0f8d15f Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 30 Aug 2022 08:22:23 -0700 Subject: [PATCH] Disable local git configs --- test_e2e.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_e2e.sh b/test_e2e.sh index 21e504e..13ff27f 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -2365,6 +2365,10 @@ function run_test() { 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. FAILS=() RET=0