summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 18dd08c..3e3cd86 100644
--- a/test.py
+++ b/test.py
@@ -27,7 +27,7 @@ class ServerFixture(object):
"--ports=%d" % SERVER_PORT,
]
if persistent:
- arguments.append("--statedir=%s" % self.state_dir)
+ arguments.append("--state-dir=%s" % self.state_dir)
os.execv("./miniircd", arguments)
# Parent.
self.child_pid = pid