Skip to content

Commit

Permalink
t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ospite <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Antonio Ospite authored and gitster committed Oct 19, 2010
1 parent 9659df5 commit 5b57413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9001-send-email.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ test_expect_success $PREREQ 'Invalid In-Reply-To' '
[email protected] \
--in-reply-to=" " \
--smtp-server="$(pwd)/fake.sendmail" \
$patches
$patches \
2>errors
! grep "^In-Reply-To: < *>" msgtxt1
'
Expand Down

0 comments on commit 5b57413

Please sign in to comment.