Skip to content

Commit ee80dbc

Browse files
committed
Merge branch 'ps/transport-leakfix-test-updates' into next
Test updates. * ps/transport-leakfix-test-updates: transport: mark more tests leak-free
2 parents 92ec55f + 6ce8ffe commit ee80dbc

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

t/t5509-fetch-push-namespaces.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ test_description='fetch/push involving ref namespaces'
44
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
55
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
66

7+
TEST_PASSES_SANITIZE_LEAK=true
78
. ./test-lib.sh
89

910
test_expect_success setup '

t/t5802-connect-helper.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

33
test_description='ext::cmd remote "connect" helper'
4+
5+
TEST_PASSES_SANITIZE_LEAK=true
46
. ./test-lib.sh
57

68
test_expect_success setup '

t/t5814-proto-disable-ext.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

33
test_description='test disabling of remote-helper paths in clone/fetch'
4+
5+
TEST_PASSES_SANITIZE_LEAK=true
46
. ./test-lib.sh
57
. "$TEST_DIRECTORY/lib-proto-disable.sh"
68

t/t5815-submodule-protos.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

33
test_description='test protocol filtering with submodules'
4+
5+
TEST_PASSES_SANITIZE_LEAK=true
46
. ./test-lib.sh
57
. "$TEST_DIRECTORY"/lib-proto-disable.sh
68

0 commit comments

Comments
 (0)