mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of tmpdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd6ad3b734
commit
efdcaba210
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Aug 14 02:45:16 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup):
|
||||
set group of tmpdir.
|
||||
|
||||
Thu Aug 14 02:23:31 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* transcode.c (econv_primitive_convert): add output_byteoffset
|
||||
|
|
|
@ -5,6 +5,7 @@ require "tmpdir"
|
|||
class TestFileExhaustive < Test::Unit::TestCase
|
||||
def setup
|
||||
@dir = Dir.mktmpdir("rubytest-file")
|
||||
File.chown(-1, Process.gid, @dir)
|
||||
@file = make_tmp_filename("file")
|
||||
@zerofile = make_tmp_filename("zerofile")
|
||||
@nofile = make_tmp_filename("nofile")
|
||||
|
|
Loading…
Reference in a new issue