]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t5332: mark as leak-free
authorRubén Justo <rjusto@gmail.com>
Mon, 29 Jan 2024 21:08:27 +0000 (22:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jan 2024 22:16:51 +0000 (14:16 -0800)
This test is leak-free since it was added in af626ac0e0 (pack-bitmap:
enable reuse from all bitmapped packs, 2023-12-14).

Let's mark it as leak-free to make sure it stays that way (and to reduce
noise when looking for other leak-free scripts after we fix some leaks).

Signed-off-by: Rubén Justo <rjusto@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5332-multi-pack-reuse.sh

index 2ba788b0421b6a7dcaf8f8ff420f5ec97cdab72b..99145327a6a21f733a5a6fcbd5ccafb1b4259088 100755 (executable)
@@ -2,6 +2,7 @@
 
 test_description='pack-objects multi-pack reuse'
 
+TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 . "$TEST_DIRECTORY"/lib-bitmap.sh