Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 4372718

Browse files
Ramiro Moralesramiro
Ramiro Morales
authored andcommitted
Force Unix-style line-endings for some helper files in staticfiles_tests.
This fixes eight failures in the cached storage tests under Windows. Refs django#18920 and 978d447.
1 parent 2b6bb32 commit 4372718

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Normalize line endings to avoid spurious failures in the core test suite on Windows.
2-
*html text eol=lf
2+
*html text eol=lf
3+
*css text eol=lf
4+
tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf
5+
tests/staticfiles_tests/project/documents/test/*txt text eol=lf

0 commit comments

Comments
 (0)