aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_commands.rb
AgeCommit message (Collapse)Author
2016-11-16Reorder and rename test files.Markus Reiter
2016-09-27Rename/merge test files.Markus Reiter
2016-09-08commands: add commands module for path lookup.Mike McQuaid
2016-09-08commands: developer not development commands.Mike McQuaid
2016-09-08cmd/*: don't restrict dev-cmd to Homebrew developers.Mike McQuaid
2016-05-27tests: fix external command test and code style (#281)Martin Afanasjew
The check that `t4` is not an external command would always succeed, but not because the file wasn't executable, but because it wasn't even found due to the missing `brew-` prefix. Also change the valid but atypical file mode from 0744 to 0755 and apply minor code style fixes.
2016-01-20command: support .sh commandsBaptiste Fontaine
Closes Homebrew/homebrew#48192. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-01-20commands: support .sh commandsBaptiste Fontaine