t5613: drop test_valid_repo function
commitb28a88f26a21e6134a099e2d57aa088bc6d93818
authorJeff King <peff@peff.net>
Mon, 3 Oct 2016 20:33:58 +0000 (3 16:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Oct 2016 21:25:43 +0000 (3 14:25 -0700)
tree06ae033f69b01ad0e1ab9da714b8514b4ca34fcf
parent32d8b4226a22ef2b4c22cddda7e134980bbabaf6
t5613: drop test_valid_repo function

This function makes sure that "git fsck" does not report any
errors. But "--full" has been the default since f29cd39
(fsck: default to "git fsck --full", 2009-10-20), and we can
use the exit code (instead of counting the lines) since
e2b4f63 (fsck: exit with non-zero status upon errors,
2007-03-05).

So we can just use "git fsck", which is shorter and more
flexible (e.g., we can use "git -C").

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5613-info-alternate.sh