From 707c50d3417f4e4c2e8bfb6ee3454e4c83d0062e Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 22 Apr 2008 04:26:44 +0000 Subject: * thread.c (rb_thread_stop_timer_thread): should clear timer_thread_id after stopping it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_thread.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstraptest/test_thread.rb') diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index 873e955291..fde04a8d42 100644 --- a/bootstraptest/test_thread.rb +++ b/bootstraptest/test_thread.rb @@ -229,3 +229,8 @@ assert_finish 3, %{ end th.join } + +assert_normal_exit %q{ + STDERR.reopen(STDOUT) + exec "/" +} -- cgit v1.2.3