commit | 6209036c7843f4095c04b5ecc13199cc4eccaf3f | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrnieder@gmail.com> | Sun Aug 15 20:08:46 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Aug 15 20:09:27 2010 -0700 |
tree | f54c9a7c1e6c1c7ab8e54836ded6b54213cfa312 | |
parent | 64fdc08dac6694d1e754580e7acb82dfa4988bb9 [diff] |
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>