diff options
| author | Jack Nagel | 2014-03-18 19:03:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-18 19:03:25 -0500 |
| commit | aa7ed10968508f0390fba88c3bb2f2b0e8db9415 (patch) | |
| tree | 189f35ae1d1df8924a6c8c5083e5e3fca4d2ff2d /Library/Homebrew/test | |
| parent | 4353f4fc97b53f606c0dd3b37a9c678f7db561ee (diff) | |
| download | brew-aa7ed10968508f0390fba88c3bb2f2b0e8db9415.tar.bz2 | |
Make relative symlinks in Pathname#install_symlink
Closes Homebrew/homebrew#27672.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_pathname.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_pathname.rb b/Library/Homebrew/test/test_pathname.rb index 37b85a07d..03e4df54c 100644 --- a/Library/Homebrew/test/test_pathname.rb +++ b/Library/Homebrew/test/test_pathname.rb @@ -194,6 +194,8 @@ class PathnameExtensionTests < Test::Unit::TestCase assert((@dst+'bin').directory?) assert((@dst+'bin/a.txt').exist?) assert((@dst+'bin/b.txt').exist?) + + assert((@dst+'bin').readlink.relative?) end end |
