Assert that Keg#link produces relative symlinks

This commit is contained in:
Jack Nagel 2014-03-27 09:59:54 -05:00
parent 3e9a88c365
commit a0851c1380

View File

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