diff options
| author | Adam Vandenberg | 2014-05-19 20:29:54 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-21 08:27:13 -0700 |
| commit | 625981f2bd8c7f6672e1d66c81e0f59a738eff62 (patch) | |
| tree | 853f545c30a8129cb2e0b6bcc23dea0db2541f0c | |
| parent | c295e0d9ff38f4666e4e5a3abbcec9cce1aab359 (diff) | |
| download | homebrew-625981f2bd8c7f6672e1d66c81e0f59a738eff62.tar.bz2 | |
make `tests` an internal command
| -rwxr-xr-x | Library/Homebrew/cmd/tests.rb (renamed from Library/Contributions/cmd/brew-tests.rb) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-tests.rb b/Library/Homebrew/cmd/tests.rb index 12c62ee6a..27f522d65 100755 --- a/Library/Contributions/cmd/brew-tests.rb +++ b/Library/Homebrew/cmd/tests.rb @@ -7,5 +7,3 @@ module Homebrew extend self end end end - -Homebrew.tests |
