tests: adjust expectations for 'opt' directory
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5790f4b523
commit
8abfee7d9c
@ -70,7 +70,7 @@ class InstallTests < Test::Unit::TestCase
|
|||||||
# Test that things make it into the Cellar
|
# Test that things make it into the Cellar
|
||||||
keg=Keg.new f.prefix
|
keg=Keg.new f.prefix
|
||||||
keg.link
|
keg.link
|
||||||
assert_equal 2, HOMEBREW_PREFIX.children.length
|
assert_equal 3, HOMEBREW_PREFIX.children.length
|
||||||
assert (HOMEBREW_PREFIX+'bin').directory?
|
assert (HOMEBREW_PREFIX+'bin').directory?
|
||||||
assert_equal 3, (HOMEBREW_PREFIX+'bin').children.length
|
assert_equal 3, (HOMEBREW_PREFIX+'bin').children.length
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user