diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-05-09 14:54:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-10 13:32:51 +0900 |
commit | 614f4f0f350aef57473b0311b0a36b13e91e1310 (patch) | |
tree | 3d6245501ad40a3db74e4c20f55757be7d0d65f4 /ewah/ewah_bitmap.c | |
parent | t3901: move supporting files into t/t3901/ (diff) | |
download | tgif-614f4f0f350aef57473b0311b0a36b13e91e1310.tar.xz |
Fix the remaining tests that failed with core.autocrlf=true
The test suite is mainly developed on Linux and MacOSX, which is the
reason that nobody thought to mark files as LF-only as needed.
The symptom is a test suite that fails left and right when being checked
out using Git for Windows (which defaults to core.autocrlf=true).
Mostly, the problems stem from Git's (LF-only) output being compared to
hard-coded files that are checked out with line endings according to
core.autocrlf (which is of course incorrect). This includes the two test
files in t/diff-lib/, README and COPYING.
This patch can be validated even on Linux by using this cadence:
git config core.autocrlf true
rm .git/index && git stash
make -j15 DEVELOPER=1 test
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ewah/ewah_bitmap.c')
0 files changed, 0 insertions, 0 deletions