[lxc-devel] [PATCH] tests: Fix shutdown test

Stéphane Graber stgraber at ubuntu.com
Fri Jan 24 03:00:28 UTC 2014


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/tests/shutdowntest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tests/shutdowntest.c b/src/tests/shutdowntest.c
index fc4e8fd..e8a7126 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)) {
-- 
1.8.5.3



More information about the lxc-devel mailing list