Commit cc3afb1e by Stéphane Graber

tests: Fix shutdown test

parent c85a40bc
......@@ -61,6 +61,7 @@ int main(int argc, char *argv[])
goto out;
}
c->clear_config(c);
c->load_config(c, NULL);
c->want_daemonize(c, true);
if (!c->startl(c, 0, NULL)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment