t9001: check send-email behavior with implicit sender
commit59defcc36839d549a2db94b7569025ea3b4ec01a
authorJeff King <peff@peff.net>
Wed, 28 Nov 2012 20:06:26 +0000 (28 15:06 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 20:23:24 +0000 (28 12:23 -0800)
tree61855e59534074f24cc88f4cf834d1030d181189
parent3b16b3702ac3da91cee3f74fdf8620289e0e8f14
t9001: check send-email behavior with implicit sender

We allow send-email to use an implicitly-defined identity
for the sender (because there is still a confirmation step),
but we abort when we cannot generate such an identity. Let's
make sure that we test this.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh