From 3eff6d398bfa74e39afe3a7e78965a433d04f249 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 26 Feb 2009 05:01:03 +0000 Subject: * test_thread.rb: broken test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_thread.rb') diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index 02cd2029aa..54544df45e 100644 --- a/bootstraptest/test_thread.rb +++ b/bootstraptest/test_thread.rb @@ -224,7 +224,7 @@ assert_equal 'ok', %{ pid, status = Process.wait2 $result = status.success? ? :ok : :ng rescue NotImplementedError - :ok + $result = :ok end END end -- cgit v1.2.3