Use correct Unix socket for syslogd on OS X.

This commit is contained in:
Vinay Sajip 2011-04-27 14:31:55 +01:00
parent dbeb27461c
commit 6bba65c799
1 changed files with 1 additions and 1 deletions

View File

@ -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: