From: Antonio Ospite Date: Tue, 19 Oct 2010 09:50:39 +0000 (+0200) Subject: t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To' X-Git-Tag: v1.7.3.2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5b57413cb3952654031115f6f840e3dcb120914e;p=git.git t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To' Signed-off-by: Antonio Ospite Signed-off-by: Junio C Hamano --- diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 71b3df9b5..07c50c764 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -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 '