commit | 6bba65c799dd5d2daa9c12785b2ab836aa5b397d | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Wed Apr 27 14:31:55 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Wed Apr 27 14:31:55 2011 +0100 |
tree | e8773a7838d9380c6777acdfcc3e05a8d4f48733 | |
parent | dbeb27461c2de891ae6cfe42c803e4ca7a111c15 [diff] [blame] |
Use correct Unix socket for syslogd on OS X.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 234d5ff..017e9f3 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -528,7 +528,7 @@ if existing: os.unlink(fn) if sys.platform == 'darwin': - sockname = '/var/run/log' + sockname = '/var/run/syslog' else: sockname = '/dev/log' try: