aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-08-29 15:37:58 -0500
committerJack Nagel2012-08-29 15:37:58 -0500
commit8abfee7d9c2c2e479c89d35524843ab2d840e799 (patch)
tree4a335b64e414cc4b56ca218f3fae2d5712a4566b /Library
parent5790f4b523c47b8643408e83b7f92a4d68041eae (diff)
downloadbrew-8abfee7d9c2c2e479c89d35524843ab2d840e799.tar.bz2
tests: adjust expectations for 'opt' directory
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_formula_install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula_install.rb b/Library/Homebrew/test/test_formula_install.rb
index 6a4aea2ef..39361d191 100644
--- a/Library/Homebrew/test/test_formula_install.rb
+++ b/Library/Homebrew/test/test_formula_install.rb
@@ -70,7 +70,7 @@ class InstallTests < Test::Unit::TestCase
# Test that things make it into the Cellar
keg=Keg.new f.prefix
keg.link
- assert_equal 2, HOMEBREW_PREFIX.children.length
+ assert_equal 3, HOMEBREW_PREFIX.children.length
assert (HOMEBREW_PREFIX+'bin').directory?
assert_equal 3, (HOMEBREW_PREFIX+'bin').children.length
end