Commit 088d8b39f9f72cd83941bcb9bc261fabfd432eb2

Azat Khuzhin 2015-12-27T02:31:03

test/regress: main/fork: rewrite assertions by just removing event in callback Instead of assigning some variable value (got_child), and schedule exit from loop from that callback, just remove event for that signal, and event loop will exit automatically when there will be no events.