2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 18:09:34 +00:00

tests: Fix shutdown test

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Stéphane Graber
2014-01-23 21:16:48 -05:00
parent c85a40bc4d
commit cc3afb1ef5

View File

@@ -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)) {