fsck: add a few committer name tests
commite3c98120f56c191ada76eea45cb213a345682843
authorDmitry Ivankov <divanorama@gmail.com>
Thu, 11 Aug 2011 10:21:09 +0000 (11 16:21 +0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2011 19:21:05 +0000 (11 12:21 -0700)
tree0c6ae320261752e5b3ed2e391595990a1ef78909
parent4b4963c0e1aa094900951df9e66459443111ccc9
fsck: add a few committer name tests

fsck reports "missing space before <email>" for committer string equal
to "name email>" or to "". It'd be nicer to say "missing email" for
the second string and "name is bad" (has > in it) for the first one.
Add a failing test for these messages.

For "name> <email>" no error is reported. Looks like a bug, so add
such a failing test."

Signed-off-by: Dmitry Ivankov <divanorama@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1450-fsck.sh