Ramkumar Ramachandra wrote: > Jonathan Nieder writes: >> cat >expected <<-\EOF && >> Left #3 >> ... >> EOF >> git -c merge.log=3 fmt-merge-msg <.git/FETCH_HEAD >msg && >> >> tail -n 2 msg >actual && >> test_cmp expected actual >> ' > > Ok. I don't like the `tail` thing. Why are you doing it instead of > comparing full outputs like the tests in the rest of the file? No good reason. :) Thanks, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html