X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/657fdb79cbec1dba609675200797415978a50315..bcef8d6fc5b847e912275ddad1d001a336ccdbc9:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index 74a7eb8..049eadf 100644 --- a/tests/dtest.py +++ b/tests/dtest.py @@ -255,8 +255,8 @@ Start the daemon.""" if waited > 0: print " took about %ss for socket to appear" % waited # Wait for root user to be created - command(["disorder", - "--config", disorder._configfile, "--no-per-user-config", + command(["disorderd", + "--config", disorder._configfile, "--wait-for-root"]) def create_user(username="fred", password="fredpass"):