aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-29 09:33:20 -0700
committerAdam Vandenberg2010-07-29 09:33:32 -0700
commite0d936da5ab684247c6283669e8247ac9d070c71 (patch)
tree1f8823fe32f954983e55bb3f274b706dc9c3d8b2 /Library
parentae557302f37faf1e6f309934e53c22a71a9ab9b5 (diff)
downloadbrew-e0d936da5ab684247c6283669e8247ac9d070c71.tar.bz2
Fix brew info test
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_bucket.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_bucket.rb b/Library/Homebrew/test/test_bucket.rb
index 290929cca..8492b4929 100644
--- a/Library/Homebrew/test/test_bucket.rb
+++ b/Library/Homebrew/test/test_bucket.rb
@@ -83,7 +83,7 @@ class BeerTasting < Test::Unit::TestCase
assert_nothing_raised do
f=TestBall.new
make f.url
- info f.name
+ info f
clean f
prune
#TODO test diy function too