mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Follow reverting wrong commit; see r11156, r27400.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6c33ace12c
commit
d065e56c71
1 changed files with 1 additions and 2 deletions
|
@ -300,8 +300,7 @@ class TestFileUtils
|
|||
ln_s 'cpr_src', 'tmp/cpr_src2'
|
||||
cp_r 'tmp/cpr_src2', 'tmp/cpr_dest2'
|
||||
assert_directory 'tmp/cpr_dest2'
|
||||
#assert_not_symlink 'tmp/cpr_dest2'
|
||||
assert_symlink 'tmp/cpr_dest2' # 2005-05-26: feature change
|
||||
assert_not_symlink 'tmp/cpr_dest2'
|
||||
assert_symlink 'tmp/cpr_dest2/symlink'
|
||||
assert_equal 'SLdest', File.readlink('tmp/cpr_dest2/symlink')
|
||||
end if have_symlink?
|
||||
|
|
Loading…
Reference in a new issue