зеркало из https://github.com/github/ruby.git
* test/fileutils/test_fileutils.rb (setup): should not call
Process.groups for Windows. get rid of many errors introduced by r44364. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e6847d1c55
Коммит
156d7f5f60
|
@ -1,3 +1,9 @@
|
|||
Tue Dec 24 05:04:56 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/fileutils/test_fileutils.rb (setup): should not call
|
||||
Process.groups for Windows. get rid of many errors introduced by
|
||||
r44364.
|
||||
|
||||
Mon Dec 23 18:37:16 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* test/fileutils/fileasserts.rb (assert_ownership_group): new
|
||||
|
|
|
@ -112,7 +112,7 @@ class TestFileUtils
|
|||
|
||||
def setup
|
||||
@prevdir = Dir.pwd
|
||||
@groups = Process.groups
|
||||
@groups = Process.groups if have_file_perm?
|
||||
tmproot = TMPROOT
|
||||
mymkdir tmproot unless File.directory?(tmproot)
|
||||
Dir.chdir tmproot
|
||||
|
|
Загрузка…
Ссылка в новой задаче