fixup! MinGW: Update tests to handle a native eol of crlf

This commit is contained in:
Johannes Schindelin
2014-04-16 17:55:39 -05:00
parent 5cb0a6d931
commit 6845d53e87

View File

@@ -131,7 +131,7 @@ test_expect_success 'Detect LF/CRLF conflict from addition of text=auto' '
if test_have_prereq NATIVE_CRLF; then
echo ======= | append_cr >>expected &&
echo first line | append_cr >>expected &&
echo same line | append_cr >>expected
echo same line | append_cr >>expected
else
echo ======= >>expected &&
echo first line >>expected &&