send-email: add test for duplicate utf8 name
commitf07075c297d8a9b58b693176b6ae73dbabcdb103
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 18 Jun 2013 12:49:29 +0000 (18 15:49 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2013 18:25:46 +0000 (20 11:25 -0700)
tree9eb15f2ed622c5defe0121884ef010a870a31f9f
parent14952666d18e5256e1796633e5a927891e77a8de
send-email: add test for duplicate utf8 name

Verify that author name is not duplicated if it matches sender, even
if it is in utf8 (the test expects a failure that will be fixed in
the next patch).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh