test_epoll: minor compatibility fix for Ruby 2.1.0
commit5deb65e7274a4187033a60c6c859fd92ccfce88e
authorEric Wong <normalperson@yhbt.net>
Thu, 26 Sep 2013 21:31:27 +0000 (26 21:31 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 26 Sep 2013 21:31:27 +0000 (26 21:31 +0000)
tree857d83757f6b78245b7b0db480180af74cd866a9
parentdf5628fee6d8f6c854302d90db5c35ba8dea83c7
test_epoll: minor compatibility fix for Ruby 2.1.0

Ruby 2.1.0 raises a subclass of Errno::EINPROGRESS, which fails the
exact matching of assert_raises.  This does not affect any known
real code.
test/test_epoll.rb