fix shebang tests
This commit is contained in:
parent
5c24879dd8
commit
d42079ef38
@ -1 +1 @@
|
||||
./.run '!#/bin/bash'
|
||||
./.run '#!/bin/bash'
|
||||
|
@ -1 +1 @@
|
||||
./.run '!#/usr/bin/env true'
|
||||
./.run '#!/usr/bin/env true'
|
||||
|
@ -1 +1 @@
|
||||
! ./.run '!#/bin/sh'
|
||||
! ./.run '#!/bin/sh'
|
||||
|
Loading…
Reference in New Issue
Block a user