Merge branch 'ml/avoid-using-grep-on-crlf-files'
commit2bf3501150145d1f05678c20ab8e8d66f849851f
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2013 02:21:18 +0000 (24 19:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2013 02:21:18 +0000 (24 19:21 -0700)
tree9b42d85557424e9c0836b4c47ea9d8b86ff2dc1d
parent677f32c79f30cafc4a3270118d5cb3736d44be26
parent97669eed109f5dea7dffe771d8f6aba4acf84b27
Merge branch 'ml/avoid-using-grep-on-crlf-files'

On systems that understand a CRLF as a line ending, tests in this
script that worked on files with CRLF line endings using "grep" to
extract matching lines may lose the CR at the end of lines that
match, causing the actual output not to match the expected output.

* ml/avoid-using-grep-on-crlf-files:
  test-lib.sh - define and use GREP_STRIPS_CR
t/test-lib.sh