mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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 @@ class HandlerTest(BaseTest):
|
|||
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