]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t6700: mark test as leak-free
authorJeff King <peff@peff.net>
Tue, 3 Oct 2023 20:26:09 +0000 (16:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Oct 2023 21:28:23 +0000 (14:28 -0700)
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@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6700-tree-depth.sh

index e410c41234c7d36069c27a69598e02a3f354322f..9e70a7c763a210c6b1d855e2cc5dbb2ca403394a 100755 (executable)
@@ -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