Code

t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 19 Oct 2010 09:50:39 +0000 (11:50 +0200)
committerJunio 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

index 71b3df9b55d7009def5ea11ff519cae4f28dea6d..07c50c764c5ed465b78d2e61ac0b0f9bf58efb64 100755 (executable)
@@ -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
 '