Commit 70df667d authored by Stefan Krah's avatar Stefan Krah

Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.

parent 21334e72
......@@ -1625,7 +1625,7 @@ class BufferIOTest(SocketConnectedTest):
def _testRecvFromIntoSmallBuffer(self):
with test_support.check_py3k_warnings():
buf = buffer(MSG*2048)
buf = buffer(MSG)
self.serv_conn.send(buf)
def testRecvFromIntoEmptyBuffer(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment