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 <me@ttaylorr.com>
Acked-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Taylor Blau 2023-04-12 18:20:21 -04:00 committed by Junio C Hamano
parent 3969e6c5a4
commit b77919ed6e
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh

test_description='on-disk reverse index'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh

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