summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-29 15:43:12 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-29 15:43:13 -0700
commit55b99febc40308985f319ae3feaa23070abebdb7 (patch)
tree7b46887918dfdc64235355b5eeab68687aee2dfd /t
parentMerge branch 'ab/ref-filter-leakfix' (diff)
parentconfig.c: don't leak memory in handle_path_include() (diff)
downloadtgif-55b99febc40308985f319ae3feaa23070abebdb7.tar.xz
Merge branch 'ab/plug-handle-path-exclude-leak'
Leakfix. * ab/plug-handle-path-exclude-leak: config.c: don't leak memory in handle_path_include()
Diffstat (limited to 't')
-rwxr-xr-xt/t1305-config-include.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t1305-config-include.sh b/t/t1305-config-include.sh
index ccbb116c01..5cde79ef8c 100755
--- a/t/t1305-config-include.sh
+++ b/t/t1305-config-include.sh
@@ -1,6 +1,7 @@
#!/bin/sh
test_description='test config file include directives'
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
# Force setup_explicit_git_dir() to run until the end. This is needed