t1200: further modernize test script style
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Nov 2009 06:47:37 +0000 (22:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Nov 2009 06:53:53 +0000 (22:53 -0800)
Instead of using bare "cmp", use "test_cmp". Output when the test is run
with a -v option becomes easier to diagnose when something goes wrong
because on saner platforms test_cmp uses "diff -u".

There is no need to put an extra backslash to a line that ends with a '|'
(i.e. the upstream of a pipe).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found