summaryrefslogtreecommitdiff
path: root/Lib/test/test_socket.py
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2007-10-28 12:38:09 +0000
committerHye-Shik Chang <hyeshik@gmail.com>2007-10-28 12:38:09 +0000
commitea684743daa0c198ab327d07832eca48a9578c68 (patch)
tree5a3fc21e9ce8d726eef0171387492ec4c911ba13 /Lib/test/test_socket.py
parenta838a801f236a6a92c816f0bb20f441e8234c9ac (diff)
downloadcpython-git-ea684743daa0c198ab327d07832eca48a9578c68.tar.gz
Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
Diffstat (limited to 'Lib/test/test_socket.py')
-rw-r--r--Lib/test/test_socket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index 8dddf5e5b6..3e2d04c682 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -330,7 +330,7 @@ class GeneralModuleTests(unittest.TestCase):
# I've ordered this by protocols that have both a tcp and udp
# protocol, at least for modern Linuxes.
if sys.platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6',
- 'freebsd7', 'darwin'):
+ 'freebsd7', 'freebsd8', 'darwin'):
# avoid the 'echo' service on this platform, as there is an
# assumption breaking non-standard port/protocol entry
services = ('daytime', 'qotd', 'domain')