diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-11-20 14:39:56 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-21 08:23:48 +0900 |
| commit | fc1ddf42af6742fae7e770cae20e30d7902014c0 (patch) | |
| tree | d0fb42e921aac488e548a4d1a462425efde2bd0f /t/t5514-fetch-multiple.sh | |
| parent | test-lib: unconditionally enable leak checking (diff) | |
| download | git-fc1ddf42af6742fae7e770cae20e30d7902014c0.tar.gz git-fc1ddf42af6742fae7e770cae20e30d7902014c0.zip | |
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Now that the default value for TEST_PASSES_SANITIZE_LEAK is `true` there
is no longer a need to have that variable declared in all of our tests.
Drop it.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5514-fetch-multiple.sh')
| -rwxr-xr-x | t/t5514-fetch-multiple.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5514-fetch-multiple.sh b/t/t5514-fetch-multiple.sh index 579872c258..25772c85c5 100755 --- a/t/t5514-fetch-multiple.sh +++ b/t/t5514-fetch-multiple.sh @@ -5,7 +5,6 @@ test_description='fetch --all works correctly' GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME -TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh setup_repository () { |
