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

This commit is contained in:
Stefan Krah 2014-01-21 22:58:40 +01:00
parent 1b94030b37
commit d9bed99fcb
1 changed files with 1 additions and 1 deletions

View File

@ -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