summaryrefslogtreecommitdiff
path: root/Lib/test/test_epoll.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-12-27 15:17:15 -0600
committerBenjamin Peterson <benjamin@python.org>2011-12-27 15:17:15 -0600
commite2ed9b3f35044e33ad70cd7a789bb660b59c8330 (patch)
treeb88609117d2af81654aed34db025e492b4f98b54 /Lib/test/test_epoll.py
parentc9ca3a8a72194b48e3949a44ef05ddd02522da6e (diff)
parent5b87ca41a65f99bd2f5671f907b34ddea02ca516 (diff)
downloadcpython-e2ed9b3f35044e33ad70cd7a789bb660b59c8330.tar.gz
merge 3.2
Diffstat (limited to 'Lib/test/test_epoll.py')
-rw-r--r--Lib/test/test_epoll.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_epoll.py b/Lib/test/test_epoll.py
index b899b6e26d..de8299eec3 100644
--- a/Lib/test/test_epoll.py
+++ b/Lib/test/test_epoll.py
@@ -36,6 +36,7 @@ try:
except IOError as e:
if e.errno == errno.ENOSYS:
raise unittest.SkipTest("kernel doesn't support epoll()")
+ raise
class TestEPoll(unittest.TestCase):