author | Junio C Hamano <gitster@pobox.com> | |
Sat, 7 Nov 2009 06:47:37 +0000 (22:47 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 7 Nov 2009 06:53:53 +0000 (22:53 -0800) | ||
commit | b9f3bde150a1be1e2adfb2834caaf415dd7b72ef | |
tree | 45fe77de0eb796829557b608ffb667952d72e511 | tree | snapshot |
parent | 7c5858a643724a9a4a67f1290c03d57f483ed261 | commit | diff |
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>
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 | diff | blob | history |