chiark / gitweb /
mount: imply noauto for mount points configured with native mount files
[elogind.git] / src / test-cgroup.c
index bebca7b50fe9c077588ebacc0bc5a5aaff9afe8a..63329a397c10a9735ab01327974ab6e24df7da03 100644 (file)
@@ -53,7 +53,7 @@ int main(int argc, char*argv[]) {
         free(path);
 
         assert_se(cg_get_path(SYSTEMD_CGROUP_CONTROLLER, "/test-b/test-d", NULL, &path) == 0);
-        assert_se(path_equal(path, "/cgroup/systemd/test-b/test-d"));
+        assert_se(path_equal(path, "/sys/fs/cgroup/systemd/test-b/test-d"));
         free(path);
 
         assert_se(cg_is_empty(SYSTEMD_CGROUP_CONTROLLER, "/test-a", false) > 0);