t1006: modernize output comparisons
commit03c893cbf9ad2e9a5be43382bcabdb2af2a49a4a
authorJeff King <peff@peff.net>
Wed, 10 Jul 2013 11:36:43 +0000 (10 07:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jul 2013 17:37:14 +0000 (11 10:37 -0700)
tree026c61a8281f295e1eecaa338524446a3296704b
parent161f00e708874bac646da2ac05c66a18ade2c074
t1006: modernize output comparisons

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>
t/t1006-cat-file.sh