mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_thread.rb: ignore meaningless test
* test/ruby/test_thread.rb (test_blocking_mutex_unlocked_on_fork): ignore meaningless test on platforms where fork() is not supported. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c55e4dd342
commit
6d757c79d9
1 changed files with 1 additions and 1 deletions
|
@ -935,5 +935,5 @@ Thread.new(Thread.current) {|mth|
|
|||
|
||||
pid, status = Process.waitpid2(pid)
|
||||
assert_equal(false, status.success?, bug8433)
|
||||
end
|
||||
end if Process.respond_to?(:fork)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue