Skip to content

Commit b77919e

Browse files
ttaylorrgitster
authored andcommitted
t5325: mark as leak-free
This test is leak-free as of the previous commit, so let's mark it as such to ensure we don't regress and introduce a leak in the future. Signed-off-by: Taylor Blau <[email protected]> Acked-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3969e6c commit b77919e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t5325-reverse-index.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

33
test_description='on-disk reverse index'
4+
5+
TEST_PASSES_SANITIZE_LEAK=true
46
. ./test-lib.sh
57

68
# The below tests want control over the 'pack.writeReverseIndex' setting

0 commit comments

Comments
 (0)