transport: mark more tests leak-free

After fixing a transport leak, a few more tests have become
leak-free.  Mark them as such.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Patrick Steinhardt 2024-08-08 07:22:04 +02:00 committed by Junio C Hamano
parent 448d51d549
commit 6ce8ffe30e
4 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@ test_description='fetch/push involving ref namespaces'
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh

test_expect_success setup '

View File

@ -1,6 +1,8 @@
#!/bin/sh

test_description='ext::cmd remote "connect" helper'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh

test_expect_success setup '

View File

@ -1,6 +1,8 @@
#!/bin/sh

test_description='test disabling of remote-helper paths in clone/fetch'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
. "$TEST_DIRECTORY/lib-proto-disable.sh"


View File

@ -1,6 +1,8 @@
#!/bin/sh

test_description='test protocol filtering with submodules'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-proto-disable.sh