diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index dc39fc381..c7fe22fc7 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -122,6 +122,11 @@ class FormulaCreator <% end %> system "make install" end + + def test + # this will fail we won't accept that, make it test the program works! + system "/usr/bin/false" + end end EOS end |
