Skip to content

Commit 33e782e

Browse files
pks-tgitster
authored andcommitted
t: mark some tests as leak free
Both t5558 and t5601 are leak-free starting with 6dab49b (bundle-uri: plug leak in unbundle_from_file(), 2024-10-10). Mark them accordingly. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8415595 commit 33e782e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

t/t5558-clone-bundle-uri.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
test_description='test fetching bundles with --bundle-uri'
44

5+
TEST_PASSES_SANITIZE_LEAK=true
56
. ./test-lib.sh
67
. "$TEST_DIRECTORY"/lib-bundle.sh
78

t/t5601-clone.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test_description=clone
55
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
66
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
77

8+
TEST_PASSES_SANITIZE_LEAK=true
89
. ./test-lib.sh
910

1011
X=

0 commit comments

Comments
 (0)