Commit d4ff2069 authored by Skip Montanaro's avatar Skip Montanaro

Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"

service.
parent 2443d4ab
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment