Fixes testing framework typos & adds rule to keep unix line endings for .sh

Change-Id: I33826b879ba2dce7da88aa399d37f711a6612d86
This commit is contained in:
Jonathan Leitschuh
2014-08-29 11:40:03 -04:00
parent ef7c554029
commit 67cb854676
4 changed files with 19 additions and 36 deletions

4
test-scripts/.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
*.sh text eol=lf