diff options
| author | Adam Vandenberg | 2010-03-03 12:35:24 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:11 -0700 |
| commit | 5a6d6fd168cc3f84bc58fb130302760833a94a20 (patch) | |
| tree | 158f9a00dcae737bc7c81458e58fdc68c3386619 /Library/Homebrew/test/tests | |
| parent | 62de8aa663de0f4b32009e96c2fa226b218acb52 (diff) | |
| download | brew-5a6d6fd168cc3f84bc58fb130302760833a94a20.tar.bz2 | |
Tests for Pathname.install.
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests index cf6e9b688..a81abd2a4 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -29,3 +29,6 @@ ruby test_patching.rb $* # External dependency tests ruby test_external_deps.rb $* + +# Test Pathname.install +ruby test_pathname_install.rb $* |
