mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
This commit is contained in:
parent
a838a801f2
commit
ea684743da
5 changed files with 5 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue