summaryrefslogtreecommitdiff
path: root/t/t5410-receive-pack-alternates.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-12-10 14:35:09 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-12-10 14:35:09 -0800
commit7b11728a7b7e1f7fbdc261eae533f9ef4cac093f (patch)
treecf9beb133dcfe762f379ab34ecc9d9d7ed537950 /t/t5410-receive-pack-alternates.sh
parentMerge branch 'jk/t5319-midx-corruption-test-deflake' (diff)
parentcheckout: fix "branch info" memory leaks (diff)
downloadtgif-7b11728a7b7e1f7fbdc261eae533f9ef4cac093f.tar.xz
Merge branch 'ab/checkout-branch-info-leakfix'
Leakfix. * ab/checkout-branch-info-leakfix: checkout: fix "branch info" memory leaks
Diffstat (limited to 't/t5410-receive-pack-alternates.sh')
-rwxr-xr-xt/t5410-receive-pack-alternates.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5410-receive-pack-alternates.sh b/t/t5410-receive-pack-alternates.sh
index 0b28e4e452..7a45d4c311 100755
--- a/t/t5410-receive-pack-alternates.sh
+++ b/t/t5410-receive-pack-alternates.sh
@@ -5,6 +5,7 @@ test_description='git receive-pack with alternate ref filtering'
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success 'setup' '