Add support for FreeBSD 7.
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 @@
         # 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')