summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_poplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_poplib.py b/Lib/test/test_poplib.py
index 31f8a3c85c..eac77aa6ff 100644
--- a/Lib/test/test_poplib.py
+++ b/Lib/test/test_poplib.py
@@ -421,7 +421,7 @@ class TestPOP3_TLSClass(TestPOP3Class):
# happens in the test_too_long_lines case; the overlong
# response will be treated as response to QUIT and raise
# this exception
- pass
+ self.client.close()
self.server.stop()
def test_stls(self):