test: Remove superfluous error check

This is already checked above before we set any manager attributes,
immediately after manager_new().
This commit is contained in:
Chris Down 2019-05-22 15:26:20 -04:00
parent 93d70b6cf2
commit 3062dddabd
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ static int test_cgroup_mask(void) {
m->default_tasks_accounting = false;
m->default_tasks_max = (uint64_t) -1;
assert_se(r >= 0);
assert_se(manager_startup(m, NULL, NULL) >= 0);
/* Load units and verify hierarchy. */