Skip to content

Commit b3dcd24

Browse files
ossilatorgitster
authored andcommitted
t9001: remove excessive GIT_SEND_EMAIL_NOTTY=1
This was added by 3ece9bf (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 20bd08a commit b3dcd24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t9001-send-email.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ test_expect_success $PREREQ 'clear message-id before parsing a new message' '
592592
clean_fake_sendmail &&
593593
echo true | write_script my-hooks/sendemail-validate &&
594594
test_config core.hooksPath my-hooks &&
595-
GIT_SEND_EMAIL_NOTTY=1 \
596595
git send-email --validate [email protected] \
597596
--smtp-server="$(pwd)/fake.sendmail" \
598597
$patches $threaded_patches &&

0 commit comments

Comments
 (0)