tests: adjust expectations for 'opt' directory

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-08-29 15:37:58 -05:00
parent 5790f4b523
commit 8abfee7d9c

View File

@ -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