t7606 (merge-theirs): modernize style
commit6209036c7843f4095c04b5ecc13199cc4eccaf3f
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 16 Aug 2010 01:08:46 +0000 (15 20:08 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Aug 2010 03:09:27 +0000 (15 20:09 -0700)
treef54c9a7c1e6c1c7ab8e54836ded6b54213cfa312
parent64fdc08dac6694d1e754580e7acb82dfa4988bb9
t7606 (merge-theirs): modernize style

Guard setup commands with test_expect_success, so they are easier
to visually skip over and get to the good part.  While at it:

 - use test_commit for brevity and reproducible object names;

 - use test_cmp instead of using the test builtin to compare the
   result of command substitution, for better output with -v on
   failure.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7606-merge-custom.sh