aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-15 14:11:44 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-15 14:11:44 -0700
commitb415f15b491e66da7eccbf896193808d5746988e (patch)
tree6749a7329320eb1158b576482296e9285dc414bd /t
parenteba498a77463e9d24c19c8d9473fd2152d5840c4 (diff)
parent0e0fefb29fde59b6703d3b45987823fe85c00706 (diff)
downloadgit-b415f15b491e66da7eccbf896193808d5746988e.tar.xz
Merge branch 'jc/unleak-core-excludesfile'
The variable that holds the value read from the core.excludefile configuration variable used to leak, which has been corrected. * jc/unleak-core-excludesfile: config: do not leak excludes_file
Diffstat (limited to 't')
-rwxr-xr-xt/t7300-clean.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh
index 1f7201eb60..0aae0dee67 100755
--- a/t/t7300-clean.sh
+++ b/t/t7300-clean.sh
@@ -5,6 +5,7 @@
test_description='git clean basic tests'
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
git config clean.requireForce no