Wait for the helper thread to terminate
This commit is contained in:
parent
41012f2e2b
commit
84837e6d16
@ -340,6 +340,7 @@ class TestSignal < Test::Unit::TestCase
|
||||
w.close
|
||||
end
|
||||
assert_raise(Errno::ECHILD) { Process.wait(pid) }
|
||||
th.join
|
||||
assert_nil nb
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user