diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-11-20 14:39:53 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-21 08:23:46 +0900 |
| commit | 33e782e95907ed2b9f3359d2a70e52eee787d626 (patch) | |
| tree | c48b8d5ab0d16e03708e9c7e0531e668016d9d6a | |
| parent | 84155952038b036a40f69e26e7e4b56c390aec81 (diff) | |
| download | git-33e782e95907ed2b9f3359d2a70e52eee787d626.tar.gz | |
t: mark some tests as leak free
Both t5558 and t5601 are leak-free starting with 6dab49b9fb (bundle-uri:
plug leak in unbundle_from_file(), 2024-10-10). Mark them accordingly.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | t/t5558-clone-bundle-uri.sh | 1 | ||||
| -rwxr-xr-x | t/t5601-clone.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/t/t5558-clone-bundle-uri.sh b/t/t5558-clone-bundle-uri.sh index 3816ed5058..b488b505b9 100755 --- a/t/t5558-clone-bundle-uri.sh +++ b/t/t5558-clone-bundle-uri.sh @@ -2,6 +2,7 @@ test_description='test fetching bundles with --bundle-uri' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh . "$TEST_DIRECTORY"/lib-bundle.sh diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh index d0c18660e3..3b5285cfcf 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh @@ -5,6 +5,7 @@ test_description=clone GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh X= |
