fix has_shebang_line test

This commit is contained in:
Thomas Levine 2016-03-31 19:10:31 +00:00
parent 3c5593c812
commit edda2a0e90

View File

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