diff --git a/.gitattributes b/.gitattributes index 70f26a4..c710740 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ /.gitignore export-ignore /.travis.yml export-ignore /make-dist export-ignore +t/* text eol=lf diff --git a/t/run b/t/run index 06cc3db..9988fa2 100755 --- a/t/run +++ b/t/run @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash set -e if [[ $# -lt 1 || $# -gt 2 ]] ; then