diff options
Diffstat (limited to 'lang/python26/files/patch-Lib-test-test_socket.py')
-rw-r--r-- | lang/python26/files/patch-Lib-test-test_socket.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python26/files/patch-Lib-test-test_socket.py b/lang/python26/files/patch-Lib-test-test_socket.py index 8c1ada8b2da6..7ccd3fe31bea 100644 --- a/lang/python26/files/patch-Lib-test-test_socket.py +++ b/lang/python26/files/patch-Lib-test-test_socket.py @@ -5,7 +5,7 @@ # protocol, at least for modern Linuxes. if sys.platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', - 'freebsd7', 'freebsd8', 'darwin'): -+ 'freebsd7', 'freebsd8', 'freebsd9', 'darwin'): ++ 'freebsd7', 'freebsd8', 'freebsd9', 'freebsd10', 'darwin'): # avoid the 'echo' service on this platform, as there is an # assumption breaking non-standard port/protocol entry services = ('daytime', 'qotd', 'domain') |