Add support for FreeBSD 7.

This commit is contained in:
Hye-Shik Chang 2005-07-17 02:36:59 +00:00
parent 149787e7c5
commit 4e422817eb
8 changed files with 550 additions and 3 deletions

View file

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