diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-08-08 07:22:04 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-08 09:16:21 -0700 |
| commit | 6ce8ffe30e3b71e371abbe2dff75e78e1d13962e (patch) | |
| tree | 150e6d7778fdca512eb6ec7a79398ba96dd5026a /t/t5509-fetch-push-namespaces.sh | |
| parent | transport: fix leak with transport helper URLs (diff) | |
| download | git-6ce8ffe30e3b71e371abbe2dff75e78e1d13962e.tar.gz git-6ce8ffe30e3b71e371abbe2dff75e78e1d13962e.zip | |
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>
Diffstat (limited to 't/t5509-fetch-push-namespaces.sh')
| -rwxr-xr-x | t/t5509-fetch-push-namespaces.sh | 1 |
1 files changed, 1 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 ' |
