t1450: make sure fsck detects a malformed tagger line
commitb659605da66ffd513ae60e767495899507e8dfcb
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 21:16:36 +0000 (11 14:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Sep 2014 18:05:15 +0000 (12 11:05 -0700)
treead0cfe67b5de7f3c7b643568569b54d894927ac6
parent40e94ca19adf00caa3d19a199b9b0a6079d12a3a
t1450: make sure fsck detects a malformed tagger line

With "hash-object --literally", write a tag object that is not
supposed to pass one of the new checks added to "fsck", and make
sure that the new check catches the breakage.

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