From: Dwight Engen Date: Wed, 30 Oct 2013 17:50:33 +0000 (-0400) Subject: remove left over debug getchar() X-Git-Tag: lxc-1.0.0.alpha3~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25f058d5d9da06305fdb3f4af6f48dcddd56467;p=thirdparty%2Flxc.git remove left over debug getchar() I goofed and left in a getchar() that I was using to pause the test program in a case that was failing for me. Remove it. Signed-off-by: Dwight Engen Signed-off-by: Serge Hallyn --- diff --git a/src/tests/cgpath.c b/src/tests/cgpath.c index 13986cfa0..acf3c2d07 100644 --- a/src/tests/cgpath.c +++ b/src/tests/cgpath.c @@ -86,7 +86,6 @@ static int test_running_container(const char *lxcpath, ret = lxc_cgroup_set("memory.soft_limit_in_bytes", "512M", c->name, c->config_path); if (ret < 0) { TSTERR("lxc_cgroup_set failed %d %d", ret, errno); - getchar(); goto err3; } ret = lxc_cgroup_get("memory.soft_limit_in_bytes", value, sizeof(value),