From 02fdcf93c3b55918f92fd34cf57688a2485aeb13 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 15 Sep 2005 13:42:15 +0000 Subject: * test/ruby/test_signal.rb (test_exit_action): skip the test using fork on fork-less platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index beadaff94..2c4b49297 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 15 22:40:27 2005 NAKAMURA Usaku + + * test/ruby/test_signal.rb (test_exit_action): skip the test using + fork on fork-less platforms. + Thu Sep 15 13:54:33 2005 Tanaka Akira * lib/open-uri.rb: add :read_timeout option. -- cgit