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
commitba008498ca830c15bda7f8d7cd6da46c8ed61333 (patch)
tree71a552c78f216f362c84442e1b9c73326c410c21 /Library
parent259e0b37cc85b3add778bf008b08647c04350f2b (diff)
downloadhomebrew-ba008498ca830c15bda7f8d7cd6da46c8ed61333.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