Attempted bats @test support

This commit is contained in:
Vidar Holen 2016-05-22 18:53:35 -07:00
parent 47fd16b8e8
commit ad1a0da954
5 changed files with 37 additions and 1 deletions

View file

@ -87,6 +87,7 @@ shellForExecutable name =
case name of
"sh" -> return Sh
"bash" -> return Bash
"bats" -> return Bash
"dash" -> return Dash
"ksh" -> return Ksh
"ksh88" -> return Ksh