test: fix console tests

parent 582d4741
...@@ -146,6 +146,7 @@ static int test_console(const char *lxcpath, ...@@ -146,6 +146,7 @@ static int test_console(const char *lxcpath,
} }
c->load_config(c, NULL); c->load_config(c, NULL);
c->set_config_item(c, "lxc.tty", TTYCNT_STR); c->set_config_item(c, "lxc.tty", TTYCNT_STR);
c->set_config_item(c, "lxc.pts", "1024");
c->save_config(c, NULL); c->save_config(c, NULL);
c->want_daemonize(c, true); c->want_daemonize(c, true);
if (!c->startl(c, 0, NULL)) { 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