Signed-off-by: Stephan Beyer <s-beyer@xxxxxxx> --- This one was mysteriously *g* excluded from the last patch :( Junio, if you apply, can you squash this? Sorry, Stephan 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 3e4eb63..de5b980 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -91,7 +91,7 @@ test_expect_success 'reject long lines' ' clean_fake_sendmail && cp $patches longline.patch && echo $z512$z512 >>longline.patch && - ! git send-email \ + test_must_fail git send-email \ --from="Example <nobody@xxxxxxxxxxx>" \ --to=nobody@xxxxxxxxxxx \ --smtp-server="$(pwd)/fake.sendmail" \ -- 1.5.6.2.303.g79662 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html