]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t0080: mark as leak-free
authorRubén Justo <rjusto@gmail.com>
Mon, 29 Jan 2024 21:08:23 +0000 (22:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2024 00:02:47 +0000 (16:02 -0800)
This test is leak-free since it was added in e137fe3b29 (unit tests: add
TAP unit test framework, 2023-11-09)

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/t0080-unit-test-output.sh

index 961b54b06cf875f222ff6281a65e84b895c159cb..6657c114a36c7ea650a974a2f556b7f87435c251 100755 (executable)
@@ -2,6 +2,7 @@
 
 test_description='Test the output of the unit test framework'
 
+TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 
 test_expect_success 'TAP output from unit tests' '