aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-03 12:35:24 -0800
committerAdam Vandenberg2010-04-06 08:27:11 -0700
commit5a6d6fd168cc3f84bc58fb130302760833a94a20 (patch)
tree158f9a00dcae737bc7c81458e58fdc68c3386619 /Library/Homebrew/test/tests
parent62de8aa663de0f4b32009e96c2fa226b218acb52 (diff)
downloadbrew-5a6d6fd168cc3f84bc58fb130302760833a94a20.tar.bz2
Tests for Pathname.install.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests3
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 $*