diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-08-19 11:07:38 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-19 11:07:38 -0700 |
| commit | ee218ee9525d6bf9909b95318fbd096f4fb40f5a (patch) | |
| tree | fd7dc70b951976a2e6e503a17cc8fcab114ce35e | |
| parent | Merge branch 'tb/incremental-midx-part-1' (diff) | |
| parent | transport: mark more tests leak-free (diff) | |
| download | git-ee218ee9525d6bf9909b95318fbd096f4fb40f5a.tar.gz git-ee218ee9525d6bf9909b95318fbd096f4fb40f5a.zip | |
Merge branch 'ps/transport-leakfix-test-updates'
Test updates.
* ps/transport-leakfix-test-updates:
transport: mark more tests leak-free
| -rwxr-xr-x | t/t5509-fetch-push-namespaces.sh | 1 | ||||
| -rwxr-xr-x | t/t5802-connect-helper.sh | 2 | ||||
| -rwxr-xr-x | t/t5814-proto-disable-ext.sh | 2 | ||||
| -rwxr-xr-x | t/t5815-submodule-protos.sh | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/t/t5509-fetch-push-namespaces.sh b/t/t5509-fetch-push-namespaces.sh index 31553b48df..05090feaf9 100755 --- a/t/t5509-fetch-push-namespaces.sh +++ b/t/t5509-fetch-push-namespaces.sh @@ -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 ' diff --git a/t/t5802-connect-helper.sh b/t/t5802-connect-helper.sh index c6c2661878..dd3e6235cd 100755 --- a/t/t5802-connect-helper.sh +++ b/t/t5802-connect-helper.sh @@ -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 ' diff --git a/t/t5814-proto-disable-ext.sh b/t/t5814-proto-disable-ext.sh index 9d6f7dfa2c..6fe1a98b2a 100755 --- a/t/t5814-proto-disable-ext.sh +++ b/t/t5814-proto-disable-ext.sh @@ -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" diff --git a/t/t5815-submodule-protos.sh b/t/t5815-submodule-protos.sh index 4d5956cc18..fe899ee82d 100755 --- a/t/t5815-submodule-protos.sh +++ b/t/t5815-submodule-protos.sh @@ -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 |
