]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib.sh
MinGW: update tests to handle a native eol of crlf
authorBrice Lambson <bricelam@live.com>
Sat, 30 Aug 2014 21:39:07 +0000 (23:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Sep 2014 19:09:40 +0000 (12:09 -0700)
commit5f4e02e5173c64b5b760f35283c4b0094bb85881
tree327a67bcac4be279270d17161866cd2ad5fddc6f
parent5491e9e29eef60bd6337de81e9283e67941618e5
MinGW: update tests to handle a native eol of crlf

Some of the tests were written with the assumption that the native
eol would always be lf. After defining NATIVE_CRLF on MinGW, these
tests began failing.  This change will update the tests to also
handle a native eol of crlf.

Signed-off-by: Brice Lambson <bricelam@live.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6038-merge-text-auto.sh
t/test-lib.sh