diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-05-17 16:51:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-05-17 16:51:11 -0700 |
commit | 87bf6ec30f149f9f348d8024b425389730bc538f (patch) | |
tree | 5fe589f1b4a4903a287e9761263f7b42f0f61895 | |
parent | 32769975daa378039cc0d44baba969343f0a97e2 (diff) | |
parent | 20bd08aefb20168c6c227d2bfd1965761f9201ea (diff) | |
download | git-seen.tar.gz |
Merge branch 'jc/send-email-pre-process-fix' into seenseen
* jc/send-email-pre-process-fix:
t9001: mark the script as no longer leak checker clean
-rwxr-xr-x | t/t9001-send-email.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 48bf0af2ee..22fc908024 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -4,7 +4,7 @@ test_description='git send-email' GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME -TEST_PASSES_SANITIZE_LEAK=true +# no longer TEST_PASSES_SANITIZE_LEAK=true - format-patch --thread leaks . ./test-lib.sh # May be altered later in the test |