t9400: Use test_cmp when appropriate
commit4a2284b9997400d46b439a9cd272ba16cbf4f377
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Mar 2010 05:40:33 +0000 (11 21:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Mar 2010 05:40:33 +0000 (11 21:40 -0800)
treeb478c04147f2e1ffa2c0886ab28bc62b78ce2a5c
parent7ff8b790bb6a0733177ab712cc7e4374a218f34b
t9400: 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/t9400-git-cvsserver-server.sh