Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5e3ee39 commit d6ee445

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)