Add support for FreeBSD 6.

This commit is contained in:
Hye-Shik Chang 2004-08-18 15:13:41 +00:00
parent 75b9da4aaf
commit f64700a512
8 changed files with 529 additions and 4 deletions

View file

@ -311,7 +311,7 @@ class GeneralModuleTests(unittest.TestCase):
# Find one service that exists, then check all the related interfaces.
# I've ordered this by protocols that have both a tcp and udp
# protocol, at least for modern Linuxes.
if sys.platform in ('freebsd4', 'freebsd5', 'darwin'):
if sys.platform in ('freebsd4', 'freebsd5', 'freebsd6', 'darwin'):
# avoid the 'echo' service on this platform, as there is an
# assumption breaking non-standard port/protocol entry
services = ('daytime', 'qotd', 'domain')