test_epoll: switch test_dup_and_fork to exit!
commit50763e8a3f5fac33e456c459e187f6a9b1c91fe3
authorEric Wong <e@80x24.org>
Sat, 19 Oct 2013 08:42:56 +0000 (19 08:42 +0000)
committerEric Wong <e@80x24.org>
Sat, 19 Oct 2013 08:42:56 +0000 (19 08:42 +0000)
treec564e184f1cb5fd265c77584542090120fc161ab
parent18f96b1a5386dec0dc9b5f14c64c7de8b4230ca2
test_epoll: switch test_dup_and_fork to exit!

exit! is preferable for forked processes in tests since
exit may fire at_exit handlers for tests depending on
which test suite or version of Ruby is loaded.

This was problematic in minitest 5.0.8 but not 4.3.2
test/test_epoll.rb