From: Michael S. Tsirkin Date: Wed, 5 Jun 2013 18:10:57 +0000 (+0300) Subject: t/send-email: test suppress-cc=self on cccmd X-Git-Tag: v1.8.3.3~6^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6ee44568c876f7644f23d7f4319f7689348de76;p=thirdparty%2Fgit.git t/send-email: test suppress-cc=self on cccmd Check that suppress-cc=self works when applied to output of cccmd. Signed-off-by: Michael S. Tsirkin Signed-off-by: Junio C Hamano --- diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index f4745ce742..d7797c5e3f 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -204,13 +204,15 @@ test_suppress_self_unquoted () { unquoted-$3 + cccmd--$1 <$2> + Cc: $1 <$2> Signed-off-by: $1 <$2> EOF } test_expect_success $PREREQ 'self name is suppressed' " - test_suppress_self_unquoted 'A U Thor' 'author@redhat.com' \ + test_suppress_self_unquoted 'A U Thor' 'author@example.com' \ 'self_name_suppressed' "