1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/fileutils
aamine 0a4a9dbaea * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite, which allows duck typing. [ruby-dev:25369]
* lib/fileutils.rb (copy_stream): does NOT support nonblocking IO. [ruby-dev:25370]
* test/fileutils/test_fileutils.rb: test copy_entry, copy_file, copy_stream.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-01-01 07:22:04 +00:00
..
fileasserts.rb * lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root. 2004-08-08 21:35:11 +00:00
test_fileutils.rb * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite, which allows duck typing. [ruby-dev:25369] 2005-01-01 07:22:04 +00:00
test_nowrite.rb * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to 2004-01-29 13:22:27 +00:00