Assert that Keg#link produces relative symlinks
This commit is contained in:
parent
3e9a88c365
commit
a0851c1380
@ -27,6 +27,7 @@ class LinkTests < Test::Unit::TestCase
|
||||
|
||||
def test_linking_keg
|
||||
assert_equal 3, @keg.link
|
||||
(HOMEBREW_PREFIX/"bin").children.each { |c| assert c.readlink.relative? }
|
||||
end
|
||||
|
||||
def test_unlinking_keg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user