t/t7500-commit.sh: use test_cmp instead of test
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 19 Feb 2011 18:29:09 +0000 (18:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Feb 2011 18:55:53 +0000 (10:55 -0800)
Change commit_msg_is() in t/t7500-commit.sh to use test_cmp instead of
the shell's test function. Now if a test fails we'll get test_cmp
output showing us what failed.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found