Skip to content

Commit d6ee445

Browse files
mstsirkingitster
authored andcommitted
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 <mst@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5e3ee39 commit d6ee445

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

t/t9001-send-email.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,15 @@ test_suppress_self_unquoted () {
204204
205205
unquoted-$3
206206
207+
cccmd--$1 <$2>
208+
207209
Cc: $1 <$2>
208210
Signed-off-by: $1 <$2>
209211
EOF
210212
}
211213

212214
test_expect_success $PREREQ 'self name is suppressed' "
213-
test_suppress_self_unquoted 'A U Thor' 'author@redhat.com' \
215+
test_suppress_self_unquoted 'A U Thor' 'author@example.com' \
214216
'self_name_suppressed'
215217
"
216218

0 commit comments

Comments
 (0)