mirror of
https://github.com/django/django.git
synced 2024-11-30 07:06:18 +01:00
[1.6.x] Force Unix-style line-endings for some helper files in staticfiles_tests.
This fixes eight failures in the cached storage tests under Windows. Refs #18920 and978d4476cf
.4372718e83
from master.
This commit is contained in:
parent
98773c4bb5
commit
47a65ad40e
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,2 +1,5 @@
|
|||||||
# Normalize line endings to avoid spurious failures in the core test suite on Windows.
|
# Normalize line endings to avoid spurious failures in the core test suite on Windows.
|
||||||
*html text eol=lf
|
*html text eol=lf
|
||||||
|
*css text eol=lf
|
||||||
|
tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf
|
||||||
|
tests/staticfiles_tests/project/documents/test/*txt text eol=lf
|
||||||
|
Loading…
Reference in New Issue
Block a user