From: Christian Brauner Date: Tue, 11 Sep 2018 09:37:36 +0000 (+0200) Subject: tests: adapt cgroup tests to new layout X-Git-Tag: lxc-3.1.0~98^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d172fc734963f00afe59740e96832d2325b0537;p=thirdparty%2Flxc.git tests: adapt cgroup tests to new layout Signed-off-by: Christian Brauner --- diff --git a/src/tests/cgpath.c b/src/tests/cgpath.c index 8f4c19f38..de999417c 100644 --- a/src/tests/cgpath.c +++ b/src/tests/cgpath.c @@ -59,7 +59,7 @@ static int test_running_container(const char *lxcpath, char value[NAME_MAX], value_save[NAME_MAX]; struct cgroup_ops *cgroup_ops; - sprintf(relpath, "%s/%s", group ? group : "lxc", name); + sprintf(relpath, "%s/%s", group ? group : "lxc.payload", name); if ((c = lxc_container_new(name, lxcpath)) == NULL) { TSTERR("container %s couldn't instantiate", name);