git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'
@ 2010-10-19  9:50 Antonio Ospite
  2010-10-19 17:39 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Ospite @ 2010-10-19  9:50 UTC (permalink / raw)
  To: git; +Cc: Antonio Ospite

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---

Please CC me if there is any comment, I am not subscribed to the list.

Thanks,
   Antonio Ospite
   http://ao2.it

 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 6f67da4..a298eb0 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
 '
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-19 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19  9:50 [PATCH] t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To' Antonio Ospite
2010-10-19 17:39 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).