diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-10-19 11:50:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-19 14:15:30 -0700 |
commit | 5b57413cb3952654031115f6f840e3dcb120914e (patch) | |
tree | 73abc1f28e562b387d834c94857ef63c172b1484 /t | |
parent | Clarify and extend the "git diff" format documentation (diff) | |
download | tgif-5b57413cb3952654031115f6f840e3dcb120914e.tar.xz |
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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t9001-send-email.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 71b3df9b55..07c50c764c 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 ' |