Skip to content

Commit 5b57413

Browse files
Antonio Ospitegitster
authored andcommitted
t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'
Signed-off-by: Antonio Ospite <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9659df5 commit 5b57413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9001-send-email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ test_expect_success $PREREQ 'Invalid In-Reply-To' '
279279
280280
--in-reply-to=" " \
281281
--smtp-server="$(pwd)/fake.sendmail" \
282-
$patches
282+
$patches \
283283
2>errors
284284
! grep "^In-Reply-To: < *>" msgtxt1
285285
'

0 commit comments

Comments
 (0)