mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
e6847d1c55
commit
156d7f5f60
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue