We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe134e commit be21bf8Copy full SHA for be21bf8
src/test/test-path.c
@@ -48,7 +48,7 @@ static int setup_test(Manager **m) {
48
r = enter_cgroup_subroot();
49
if (r == -ENOMEDIUM) {
50
log_notice_errno(r, "Skipping test: cgroupfs not available");
51
- return EXIT_TEST_SKIP;
+ return -EXIT_TEST_SKIP;
52
}
53
54
r = manager_new(UNIT_FILE_USER, MANAGER_TEST_RUN_MINIMAL, &tmp);
0 commit comments