Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index 8dddf5e..3e2d04c 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -330,7 +330,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',
- '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')