From: Jeff King Date: Tue, 3 Oct 2023 20:26:09 +0000 (-0400) Subject: t6700: mark test as leak-free X-Git-Tag: v2.43.0-rc0~38^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be4b578c69e0ac1d974ebc9163ff5793a018da8e;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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