mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Use correct Unix socket for syslogd on OS X.
This commit is contained in:
parent
dbeb27461c
commit
6bba65c799
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ def test_builtin_handlers(self):
|
|||
if existing:
|
||||
os.unlink(fn)
|
||||
if sys.platform == 'darwin':
|
||||
sockname = '/var/run/log'
|
||||
sockname = '/var/run/syslog'
|
||||
else:
|
||||
sockname = '/dev/log'
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue