* 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
@ -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>
|
Mon Dec 23 18:37:16 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* test/fileutils/fileasserts.rb (assert_ownership_group): new
|
* test/fileutils/fileasserts.rb (assert_ownership_group): new
|
||||||
|
@ -112,7 +112,7 @@ class TestFileUtils
|
|||||||
|
|
||||||
def setup
|
def setup
|
||||||
@prevdir = Dir.pwd
|
@prevdir = Dir.pwd
|
||||||
@groups = Process.groups
|
@groups = Process.groups if have_file_perm?
|
||||||
tmproot = TMPROOT
|
tmproot = TMPROOT
|
||||||
mymkdir tmproot unless File.directory?(tmproot)
|
mymkdir tmproot unless File.directory?(tmproot)
|
||||||
Dir.chdir tmproot
|
Dir.chdir tmproot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user