summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-07-19 15:20:34 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-07-19 15:42:56 +0200
commit1f0fc314cca166944cb232695d4fb432dd1de7c9 (patch)
treedbc3a4bae902d160e7606e2d07354a8316b5a436 /test.py
parent504c8798af6ee38f928b179dc3c37accae920e8c (diff)
downloadminiircd-1f0fc314cca166944cb232695d4fb432dd1de7c9.tar.gz
miniircd-1f0fc314cca166944cb232695d4fb432dd1de7c9.zip
Rename --statedir to --state-dir for consistency
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