summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@gmx.de>2023-08-09 17:15:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-08-09 19:44:07 (GMT)
commitb3dcd24b8a186093cd821697b191080b8d53915b (patch)
treefbc856a0c41e5204649a50f35bbe0709f807e221 /t/t9001-send-email.sh
parent20bd08aefb20168c6c227d2bfd1965761f9201ea (diff)
downloadgit-b3dcd24b8a186093cd821697b191080b8d53915b.zip
git-b3dcd24b8a186093cd821697b191080b8d53915b.tar.gz
git-b3dcd24b8a186093cd821697b191080b8d53915b.tar.bz2
t9001: remove excessive GIT_SEND_EMAIL_NOTTY=1
This was added by 3ece9bf0f9 (send-email: clear the $message_id after validation, 2023-05-17) for no apparent reason, as this is required only in cases when git's stdin is (must be) redirected, which isn't the case here. Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9001-send-email.sh')
-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 2051103..2020e0c 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -592,7 +592,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 &&