diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-01 11:23:44 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-01 11:23:44 +0000 |
| commit | b8d546db6445742f511110f09cf3f33dc87d310e (patch) | |
| tree | 32201c0e596cd2d1cd29206c53b8b1a8628a7286 /ChangeLog | |
| parent | f209dc7242130144399e85d1dea1a5a0c8c5efe7 (diff) | |
* test/ruby/test_process.rb (TestProcess#windows?): new method.
* test/ruby/test_process.rb (TestProcess#*): use above method.
* test/ruby/test_process.rb (TestProcess#test_execopts_redirect):
windows doesn't support FD_CLOEXEC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon Aug 1 20:12:03 2011 NAKAMURA Usaku <usa@ruby-lang.org> + + * test/ruby/test_process.rb (TestProcess#windows?): new method. + + * test/ruby/test_process.rb (TestProcess#*): use above method. + + * test/ruby/test_process.rb (TestProcess#test_execopts_redirect): + windows doesn't support FD_CLOEXEC. + Mon Aug 01 15:45:23 2011 Eric Hodel <drbrain@segment7.net> * test/rake/test_rake_functional.rb: Don't assume the binary name of |
