From: Stefan Krah Date: Tue, 21 Jan 2014 21:58:40 +0000 (+0100) Subject: Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. X-Git-Tag: v3.3.5rc2~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9bed99fcb744c3bb5a0d027462a667dceac9795;p=python Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. --- diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 290c4dd096..ff42c8b8ed 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -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