add test for streaming corrupt blobs
authorJeff King <peff@peff.net>
Mon, 25 Mar 2013 20:21:34 +0000 (16:21 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Mar 2013 20:47:06 +0000 (13:47 -0700)
We do not have many tests for handling corrupt objects. This
new test at least checks that we detect a byte error in a
corrupt blob object while streaming it out with cat-file.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found