fix has_shebang_line test

This commit is contained in:
Thomas Levine 2016-03-31 19:10:31 +00:00
parent 3c5593c812
commit edda2a0e90
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ echo '!#/usr/bin/env true' > $tmp
has_shebang_line $tmp
echo > $tmp
has_shebang_line $tmp
! has_shebang_line $tmp
echo '
' > $tmp
has_shebang_line $tmp
! has_shebang_line $tmp