summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2005-07-17 02:36:59 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2005-07-17 02:36:59 (GMT)
commit4e422817eb1bc5a6a42365001ad45683ae07e559 (patch)
tree397742596a52cffed221951ada6ba6f8305014f2 /Lib/test/test_socket.py
parent149787e7c5c4d9cf5abd1a6bdb3074eae34de1b5 (diff)
downloadcpython-4e422817eb1bc5a6a42365001ad45683ae07e559.zip
cpython-4e422817eb1bc5a6a42365001ad45683ae07e559.tar.gz
cpython-4e422817eb1bc5a6a42365001ad45683ae07e559.tar.bz2
Add support for FreeBSD 7.
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 bf2ecae..31ac892 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -312,7 +312,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',
- 'darwin'):
+ 'freebsd7', 'darwin'):
# avoid the 'echo' service on this platform, as there is an
# assumption breaking non-standard port/protocol entry
services = ('daytime', 'qotd', 'domain')