summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-10-19 09:50:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-10-19 21:15:30 (GMT)
commit5b57413cb3952654031115f6f840e3dcb120914e (patch)
tree73abc1f28e562b387d834c94857ef63c172b1484 /t/t9001-send-email.sh
parent9659df52822a2fd7f85725d2ff680871b1f3bdc7 (diff)
downloadgit-5b57413cb3952654031115f6f840e3dcb120914e.zip
git-5b57413cb3952654031115f6f840e3dcb120914e.tar.gz
git-5b57413cb3952654031115f6f840e3dcb120914e.tar.bz2
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/t9001-send-email.sh')
-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 71b3df9..07c50c7 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
'