From 63ee9333837ec5c4cad79935a3061b02b51f32fd Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Wed, 31 Jul 2024 12:37:56 +0200 Subject: t98xx: mark Perforce tests as memory-leak free All the Perforce tests are free of memory leaks. This went unnoticed because most folks do not have p4 and p4d installed on their computers. Consequently, given that the prerequisites for running those tests aren't fulfilled, `TEST_PASSES_SANITIZE_LEAK=check` won't notice that those tests are indeed memory leak free. Mark those tests accordingly. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- t/t9831-git-p4-triggers.sh | 1 + 1 file changed, 1 insertion(+) (limited to 't/t9831-git-p4-triggers.sh') diff --git a/t/t9831-git-p4-triggers.sh b/t/t9831-git-p4-triggers.sh index ff6c0352e6..f287f41e37 100755 --- a/t/t9831-git-p4-triggers.sh +++ b/t/t9831-git-p4-triggers.sh @@ -2,6 +2,7 @@ test_description='git p4 with server triggers' +TEST_PASSES_SANITIZE_LEAK=true . ./lib-git-p4.sh test_expect_success 'start p4d' ' -- cgit 1.2.3-korg