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 <peff@xxxxxxxx> --- Obviously not directly related to the rest; this could be spun off to its own series, or put atop jk/tree-name-and-depth-limit and merged from there. t/t6700-tree-depth.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/t6700-tree-depth.sh b/t/t6700-tree-depth.sh index e410c41234..9e70a7c763 100755 --- a/t/t6700-tree-depth.sh +++ b/t/t6700-tree-depth.sh @@ -1,6 +1,8 @@ #!/bin/sh test_description='handling of deep trees in various commands' + +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh # We'll test against two depths here: a small one that will let us check the -- 2.42.0.810.gbc538a0ee6