Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'
author
Antonio Ospite
<ospite@studenti.unina.it>
Tue, 19 Oct 2010 09:50:39 +0000
(11:50 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Oct 2010 21:15:30 +0000
(14:15 -0700)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
9659df5
)
diff --git
a/t/t9001-send-email.sh
b/t/t9001-send-email.sh
index 71b3df9b55d7009def5ea11ff519cae4f28dea6d..07c50c764c5ed465b78d2e61ac0b0f9bf58efb64 100755
(executable)
--- 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
'