Browse Source

t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Antonio Ospite 14 years ago committed by Junio C Hamano
parent
commit
5b57413cb3
  1. 2
      t/t9001-send-email.sh

2
t/t9001-send-email.sh

@ -279,7 +279,7 @@ test_expect_success $PREREQ 'Invalid In-Reply-To' ' @@ -279,7 +279,7 @@ test_expect_success $PREREQ 'Invalid In-Reply-To' '
--to=nobody@example.com \
--in-reply-to=" " \
--smtp-server="$(pwd)/fake.sendmail" \
$patches
$patches \
2>errors
! grep "^In-Reply-To: < *>" msgtxt1
'

Loading…
Cancel
Save