t1006: modernize output comparisons
authorJeff King <peff@peff.net>
Wed, 10 Jul 2013 11:36:43 +0000 (07:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jul 2013 17:37:14 +0000 (10:37 -0700)
In modern tests, we typically put output into a file and
compare it with test_cmp. This is nicer than just comparing
via "test", and much shorter than comparing via "test" and
printing a custom message.

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