Commit 30ecbf6f authored by Stefan Krah's avatar Stefan Krah

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

parent 7c4fbb04
......@@ -1974,7 +1974,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)
TIPC_STYPE = 2000
......
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