aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_bash.rb
AgeCommit message (Collapse)Author
2016-01-26tests: validate developer bash commandsMartin Afanasjew
Also change the logic a bit to iterate over the individual files per directory, as having a directory without bash commands will otherwise pass a literal `*.sh` to `bash -n`, causing it to fail. Closes Homebrew/homebrew#48323. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-01-17test_bash: tests to assert Bash syntax is valid.Mike McQuaid
Closes Homebrew/homebrew#47380.