From: Ævar Arnfjörð Bjarmason Date: Sat, 19 Feb 2011 18:29:09 +0000 (+0000) Subject: t/t7500-commit.sh: use test_cmp instead of test X-Git-Tag: v1.7.4.2~48 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d5a719e4afbfd74cf5ccf94c2a5b27aa5d06e914?ds=inline;hp=d5a719e4afbfd74cf5ccf94c2a5b27aa5d06e914 t/t7500-commit.sh: use test_cmp instead of test 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 Signed-off-by: Junio C Hamano ---