Use diff -u instead of diff in t7201
commit922d87f92f79d76ee1d9027d4a0f8a0cf36d5340
authorDaniel Barkalow <barkalow@iabervon.org>
Thu, 7 Feb 2008 16:40:11 +0000 (7 11:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Feb 2008 07:16:51 +0000 (9 23:16 -0800)
treebaefde50b12cf55cb09d0e89efe429fcc96b9592
parente496c00348140e73bdd202443df52192f6928541
Use diff -u instead of diff in t7201

If the test failed, it was giving really unclear ed script
output. Instead, give a diff that sort of suggests the problem. Also
replaces the use of "git diff" for this purpose with "diff -u".

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
t/t7201-co.sh