Skip to content

Commit be4b578

Browse files
peffgitster
authored andcommitted
t6700: mark test as leak-free
This test has never leaked since it was added. Let's annotate it 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: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d0e8084 commit be4b578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t6700-tree-depth.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

33
test_description='handling of deep trees in various commands'
4+
5+
TEST_PASSES_SANITIZE_LEAK=true
46
. ./test-lib.sh
57

68
# We'll test against two depths here: a small one that will let us check the

0 commit comments

Comments
 (0)