t1200: further modernize test script style
commitb9f3bde150a1be1e2adfb2834caaf415dd7b72ef
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Nov 2009 06:47:37 +0000 (6 22:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Nov 2009 06:53:53 +0000 (6 22:53 -0800)
tree45fe77de0eb796829557b608ffb667952d72e511
parent7c5858a643724a9a4a67f1290c03d57f483ed261
t1200: further modernize test script style

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>
t/t1200-tutorial.sh