fix has_shebang_line test
This commit is contained in:
parent
3c5593c812
commit
edda2a0e90
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user