Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-08 09:04:41 +0300
committerJunio C Hamano <gitster@pobox.com>2023-11-08 09:04:41 +0300
commitc732f7430da8d4dedccd05540eae3dc7421dcdc6 (patch)
tree2a965ad665788e71bf9143d0f844f419b3f32a7e /t/t5530-upload-pack-error.sh
parent98009afd24e2304bf923a64750340423473809ff (diff)
parent9972cd6004ac46a919d2e8773be976ef1e2d6a65 (diff)
Merge branch 'ps/leakfixes'
Leakfix. * ps/leakfixes: setup: fix leaking repository format setup: refactor `upgrade_repository_format()` to have common exit shallow: fix memory leak when registering shallow roots test-bloom: stop setting up Git directory twice
Diffstat (limited to 't/t5530-upload-pack-error.sh')
-rwxr-xr-xt/t5530-upload-pack-error.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5530-upload-pack-error.sh b/t/t5530-upload-pack-error.sh
index 558eedf25a..7172780d55 100755
--- a/t/t5530-upload-pack-error.sh
+++ b/t/t5530-upload-pack-error.sh
@@ -2,6 +2,7 @@
test_description='errors in upload-pack'
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
D=$(pwd)