Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 6845d53

Browse files
committed
fixup! MinGW: Update tests to handle a native eol of crlf
1 parent 5cb0a6d commit 6845d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6038-merge-text-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ test_expect_success 'Detect LF/CRLF conflict from addition of text=auto' '
131131
if test_have_prereq NATIVE_CRLF; then
132132
echo ======= | append_cr >>expected &&
133133
echo first line | append_cr >>expected &&
134-
echo same line | append_cr >>expected
134+
echo same line | append_cr >>expected
135135
else
136136
echo ======= >>expected &&
137137
echo first line >>expected &&

0 commit comments

Comments
 (0)