From 08c675f64473e72dd125cd2f6c4f7462f635df6f 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: http://svn.ruby-lang.org/repos/ruby/trunk@22642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index 02cd2029a..54544df45 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