mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02: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
|
@ -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