Skip to content

Commit

Permalink
Force Unix-style line-endings for some helper files in staticfiles_te…
Browse files Browse the repository at this point in the history
…sts.

This fixes eight failures in the cached storage tests under Windows.

Refs django#18920 and 978d447.
  • Loading branch information
Ramiro Morales authored and ramiro committed Oct 1, 2013
1 parent 2b6bb32 commit 4372718
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 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

0 comments on commit 4372718

Please sign in to comment.