Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'
[gitweb.git]
/
t
/
t9001-send-email.sh
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
'