mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"
service.
This commit is contained in:
parent
2443d4ab5d
commit
d4ff206906
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
if sys.platform in ('freebsd4', 'freebsd5', '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