Remove assertion that is coupled to test prefix structure
This commit is contained in:
parent
2fb9890e07
commit
f9900a5dbf
@ -45,9 +45,10 @@ class InstallTests < Homebrew::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 3, HOMEBREW_PREFIX.children.length
|
|
||||||
assert_predicate HOMEBREW_PREFIX+'bin', :directory?
|
bin = HOMEBREW_PREFIX+"bin"
|
||||||
assert_equal 3, (HOMEBREW_PREFIX+'bin').children.length
|
assert_predicate bin, :directory?
|
||||||
|
assert_equal 3, bin.children.length
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user