fix shebang tests

This commit is contained in:
Thomas Levine 2016-03-31 19:40:46 +00:00
parent 5c24879dd8
commit d42079ef38
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
./.run '!#/bin/bash'
./.run '#!/bin/bash'

View File

@ -1 +1 @@
./.run '!#/usr/bin/env true'
./.run '#!/usr/bin/env true'

View File

@ -1 +1 @@
! ./.run '!#/bin/sh'
! ./.run '#!/bin/sh'