propgate error in other conditions
diff --git a/Lib/test/test_epoll.py b/Lib/test/test_epoll.py
index 216e2c7..b66d9ea 100644
--- a/Lib/test/test_epoll.py
+++ b/Lib/test/test_epoll.py
@@ -36,6 +36,7 @@
 except IOError, e:
     if e.errno == errno.ENOSYS:
         raise unittest.SkipTest("kernel doesn't support epoll()")
+    raise
 
 class TestEPoll(unittest.TestCase):