t5516: Use test_cmp when appropriate
commitc296134d038fe6d836fe3848e0b342d920933683
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Mar 2010 05:51:57 +0000 (11 21:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Mar 2010 05:53:07 +0000 (11 21:53 -0800)
tree03af5f531e84b5cf9920aebd68ed2673676d77c8
parentfbe4f447ec60ffa760cfb586708ddbddee789733
t5516: Use test_cmp when appropriate

Consistently using test_cmp would make debugging test scripts far easier,
as output from them run under "-v" option becomes readable.

Besides, some platforms' "diff" implementations lack "-q" option.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5516-fetch-push.sh