summaryrefslogtreecommitdiffhomepage
path: root/test/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/conftest.py')
-rw-r--r--test/conftest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/conftest.py b/test/conftest.py
index 4a1aa7cc..b4951273 100644
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -393,9 +393,9 @@ def unit_run(state_dir=None):
unitd_args = [
unitd,
'--no-daemon',
- '--modules',
+ '--modulesdir',
build_dir,
- '--state',
+ '--libstatedir',
state,
'--pid',
temp_dir + '/unit.pid',
@@ -403,7 +403,7 @@ def unit_run(state_dir=None):
temp_dir + '/unit.log',
'--control',
'unix:' + temp_dir + '/control.unit.sock',
- '--tmp',
+ '--tmpdir',
temp_dir,
]