Try to fix some Windows test failures (presumably this occurred when SVN moved to Git and the EOL properties were not transferred)
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/74e4301a Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/74e4301a Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/74e4301a Branch: refs/heads/COMPRESS-207 Commit: 74e4301adb2eac499a86c24eb04ccfc8dbb430c2 Parents: e158fc1 Author: Sebb <s...@apache.org> Authored: Fri Apr 8 18:56:57 2016 +0100 Committer: Sebb <s...@apache.org> Committed: Fri Apr 8 18:56:57 2016 +0100 ---------------------------------------------------------------------- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/74e4301a/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index 4edf1d9..a1de9b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ src/test/resources/longfile_gnu.ar eol=lf src/test/resources/longfile_bsd.ar eol=lf src/test/resources/longpath/minotaur.ar eol=lf +# These must be identical to the copies in SHRUNK.ZIP +src/test/resources/test1.xml eol=lf +src/test/resources/test2.xml eol=lf