From: Shane Jaroch Date: Sat, 17 Jan 2026 12:52:47 +0000 (-0500) Subject: fixup! more fixes to support container/root mount action X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=6da1643cb73507b6a55ecc0cb55bbd28a216c1d6;p=gamesguru%2Fgit-remote-gcrypt.git fixup! more fixes to support container/root mount action --- diff --git a/tests/system-test-safety-check.sh b/tests/system-test-safety-check.sh index 94e8713..3f5587a 100755 --- a/tests/system-test-safety-check.sh +++ b/tests/system-test-safety-check.sh @@ -26,6 +26,10 @@ GIT="git -c advice.defaultBranchName=false" tempdir=$(mktemp -d) trap 'rm -rf "$tempdir"' EXIT +# Isolate git config to prevent leaks from other tests +export GIT_CONFIG_GLOBAL="${tempdir}/gitconfig" +export GIT_CONFIG_SYSTEM="/dev/null" + print_info "Setting up test environment..." # Create a bare repo (simulates remote)