t0020: use test_* helpers instead of hand-rolled messages
commitbe86fb3f8d149b721ab7db63cf46020fd622806d
authorJeff King <peff@peff.net>
Wed, 25 Mar 2015 05:31:41 +0000 (25 01:31 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:49:33 +0000 (25 12:49 -0700)
tree3fc37e0130db2f0f3d83e676c7d175185c444d83
parentc6587bddc4e8a3ee2eef98a0a5cf15542a9cc849
t0020: use test_* helpers instead of hand-rolled messages

These tests are not wrong, but it is much shorter and more
idiomatic to say "verbose" or "test_must_fail" rather than
printing our own messages on failure. Likewise, there is no
need to say "happy" at the end of a test; the test suite
takes care of that.

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