From 6bba65c799dd5d2daa9c12785b2ab836aa5b397d Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 27 Apr 2011 14:31:55 +0100 Subject: [PATCH] Use correct Unix socket for syslogd on OS X. --- Lib/test/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 234d5ff142c..017e9f38dc5 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -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: