Commit 6b2e5597 authored by Stefan Krah's avatar Stefan Krah

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

parent 715476d8
......@@ -4542,7 +4542,7 @@ class BufferIOTest(SocketConnectedTest):
self.assertRaises(ValueError, self.cli_conn.recvfrom_into, buf, 1024)
def _testRecvFromIntoSmallBuffer(self):
self.serv_conn.send(MSG*2048)
self.serv_conn.send(MSG)
def testRecvFromIntoEmptyBuffer(self):
buf = bytearray()
......
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