]> git.ipfire.org Git - thirdparty/git.git/commitdiff
transport: mark more tests leak-free
authorPatrick Steinhardt <ps@pks.im>
Thu, 8 Aug 2024 05:22:04 +0000 (07:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Aug 2024 16:16:21 +0000 (09:16 -0700)
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>
t/t5509-fetch-push-namespaces.sh
t/t5802-connect-helper.sh
t/t5814-proto-disable-ext.sh
t/t5815-submodule-protos.sh

index 31553b48dfc82285f643eca19336c821a0a3b2e5..05090feaf9289843214cdaba4813fd50a7deec77 100755 (executable)
@@ -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 '
index c6c2661878c0ca8a22ad11e1229a664f3d009fee..dd3e6235cd2a4489d9bfbb9bc61ede980ef51ae7 100755 (executable)
@@ -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 '
index 9d6f7dfa2cc3da2f68d42708cb62bf3116bcc604..6fe1a98b2a14f84109083b929e9c5a6d47c3ecd3 100755 (executable)
@@ -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"
 
index 4d5956cc18f0d7563baea9593e0ea2387e33cd57..fe899ee82d74a20be4d230289bbb3e8ae619f07e 100755 (executable)
@@ -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