aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-15 10:19:47 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-15 10:19:47 -0700
commitcecd6a5ffce2c35f18e8ac537c9e2f71ac99932b (patch)
tree69bf297832d9fac9208d347ca3868652f8f6fa36
parent32f4fa8d3be86a00188aa4c4af1cd375e25e4558 (diff)
parentb3dcd24b8a186093cd821697b191080b8d53915b (diff)
downloadgit-cecd6a5ffce2c35f18e8ac537c9e2f71ac99932b.tar.gz
Merge branch 'jc/send-email-pre-process-fix'
Test fix. * jc/send-email-pre-process-fix: t9001: remove excessive GIT_SEND_EMAIL_NOTTY=1
-rwxr-xr-xt/t9001-send-email.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 0662ff8120..a60b05ad3f 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -660,7 +660,6 @@ test_expect_success $PREREQ 'clear message-id before parsing a new message' '
clean_fake_sendmail &&
echo true | write_script my-hooks/sendemail-validate &&
test_config core.hooksPath my-hooks &&
- GIT_SEND_EMAIL_NOTTY=1 \
git send-email --validate --to=recipient@example.com \
--smtp-server="$(pwd)/fake.sendmail" \
$patches $threaded_patches &&