aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-10-19 11:50:39 +0200
committerJunio C Hamano <gitster@pobox.com>2010-10-19 14:15:30 -0700
commit5b57413cb3952654031115f6f840e3dcb120914e (patch)
tree73abc1f28e562b387d834c94857ef63c172b1484
parent9659df52822a2fd7f85725d2ff680871b1f3bdc7 (diff)
downloadgit-5b57413cb3952654031115f6f840e3dcb120914e.tar.gz
git-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>
-rwxr-xr-xt/t9001-send-email.sh2
1 files changed, 1 insertions, 1 deletions
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
'