From: Stéphane Graber Date: Fri, 24 Jan 2014 02:16:48 +0000 (-0500) Subject: tests: Fix shutdown test X-Git-Tag: lxc-1.0.0.beta3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3afb1ef5f05f75c20d21fccbe505d6122bbe85;p=thirdparty%2Flxc.git tests: Fix shutdown test Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- diff --git a/src/tests/shutdowntest.c b/src/tests/shutdowntest.c index fc4e8fd44..e8a712697 100644 --- a/src/tests/shutdowntest.c +++ b/src/tests/shutdowntest.c @@ -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)) {