Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)

This commit is contained in:
Hye-Shik Chang 2007-10-28 12:38:09 +00:00
parent a838a801f2
commit ea684743da
5 changed files with 5 additions and 4 deletions

View file

@ -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')