Skip to content

Commit 03f72a4

Browse files
rjustogitster
authored andcommitted
t0080: mark as leak-free
This test is leak-free since it was added in e137fe3 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92e209b commit 03f72a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t0080-unit-test-output.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
test_description='Test the output of the unit test framework'
44

5+
TEST_PASSES_SANITIZE_LEAK=true
56
. ./test-lib.sh
67

78
test_expect_success 'TAP output from unit tests' '

0 commit comments

Comments
 (0)