]> git.ipfire.org Git - thirdparty/git.git/commit
t1006: clean up broken objects
authorJeff King <peff@peff.net>
Tue, 5 Oct 2021 20:30:36 +0000 (16:30 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2021 22:45:14 +0000 (15:45 -0700)
commite879295b208caffe03ce08d789bd81626b12c208
tree8c066a84a03ab4931681449de636c62328a836a3
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
t1006: clean up broken objects

A few of the tests create intentionally broken objects with broken
types. Let's clean them up after we're done with them, so that later
tests don't get confused (we hadn't noticed because this only affects
tests which use --batch-all-objects, but I'm about to add more).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1006-cat-file.sh