From b8d546db6445742f511110f09cf3f33dc87d310e Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 1 Aug 2011 11:23:44 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c99f86efe9..9f1f0f2613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Aug 1 20:12:03 2011 NAKAMURA Usaku + + * 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 * test/rake/test_rake_functional.rb: Don't assume the binary name of -- cgit v1.2.3