mirror of
https://github.com/curl/curl.git
synced 2026-06-05 12:14:17 +03:00
pytest: fix dnsd pid filename
Spotted by GitHub Code Quality
Follow-up to a5542c23e7 #21289
Closes #21321
This commit is contained in:
parent
fa057ea3de
commit
ce2f65c415
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class Dnsd:
|
|||
self._lock_dir = os.path.join(self._dnsd_dir, 'lock')
|
||||
self._log_file = os.path.join(self._log_dir, 'dnsd.log')
|
||||
self._conf_file = os.path.join(self._log_dir, 'dnsd.cmd')
|
||||
self._pid_file = os.path.join(self._log_dir, 'dante.pid')
|
||||
self._pid_file = os.path.join(self._log_dir, 'dnsd.pid')
|
||||
self._error_log = os.path.join(self._log_dir, 'dnsd.err.log')
|
||||
self._process = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue