aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0080-unit-test-output.sh
diff options
context:
space:
mode:
authorRubén Justo <rjusto@gmail.com>2024-01-29 22:08:23 +0100
committerJunio C Hamano <gitster@pobox.com>2024-01-29 16:02:47 -0800
commit03f72a4ed8b0d9f379db80749150a13b3ad1f2cd (patch)
treeaec7336f0c594ee9dc6fa4c70339b7e866aac3f3 /t/t0080-unit-test-output.sh
parent92e209be78a18e1b36bd0f07d9b99e1790df407c (diff)
downloadgit-03f72a4ed8b0d9f379db80749150a13b3ad1f2cd.tar.gz
t0080: mark as leak-free
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>
Diffstat (limited to 't/t0080-unit-test-output.sh')
-rwxr-xr-xt/t0080-unit-test-output.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0080-unit-test-output.sh b/t/t0080-unit-test-output.sh
index 961b54b06c..6657c114a3 100755
--- a/t/t0080-unit-test-output.sh
+++ b/t/t0080-unit-test-output.sh
@@ -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' '