summaryrefslogtreecommitdiff
path: root/t/t1020-subdirectory.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-12 20:19:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-08-12 20:19:08 (GMT)
commit83489a5b2073cf031412a911cc7e30e6a1de27ac (patch)
tree4f836f15071141bc1e74020507d126a75e8060a0 /t/t1020-subdirectory.sh
parent657c7403a3c15ac670f82d0ace38bab810755e10 (diff)
parentf92dbdbc6a8aa5f3979f4bb7a7b9bbc8ec9b4aa6 (diff)
downloadgit-83489a5b2073cf031412a911cc7e30e6a1de27ac.zip
git-83489a5b2073cf031412a911cc7e30e6a1de27ac.tar.gz
git-83489a5b2073cf031412a911cc7e30e6a1de27ac.tar.bz2
Merge branch 'ab/plug-revisions-leak'
Plug a bit more leaks in the revisions API. * ab/plug-revisions-leak: revisions API: don't leak memory on argv elements that need free()-ing bisect.c: partially fix bisect_rev_setup() memory leak log: refactor "rev.pending" code in cmd_show() log: fix a memory leak in "git show <revision>..." test-fast-rebase helper: use release_revisions() (again) bisect.c: add missing "goto" for release_revisions()
Diffstat (limited to 't/t1020-subdirectory.sh')
-rwxr-xr-xt/t1020-subdirectory.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t1020-subdirectory.sh b/t/t1020-subdirectory.sh
index 9fdbb2a..45eef94 100755
--- a/t/t1020-subdirectory.sh
+++ b/t/t1020-subdirectory.sh
@@ -6,6 +6,7 @@
test_description='Try various core-level commands in subdirectory.
'
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-read-tree.sh