]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t5325: mark as leak-free
authorTaylor Blau <me@ttaylorr.com>
Wed, 12 Apr 2023 22:20:21 +0000 (18:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Apr 2023 14:55:45 +0000 (07:55 -0700)
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>
t/t5325-reverse-index.sh

index d042d26f2b393d52049ba3c9972e2516b03ed239..48c14d85764fff3e431a8722d87dd427399bc067 100755 (executable)
@@ -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