This reverts commit 41348659371e02602cf79e227af4782340a42512. --- testcases/kernel/syscalls/setpgid/setpgid02.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/testcases/kernel/syscalls/setpgid/setpgid02.c b/testcases/kernel/syscalls/setpgid/setpgid02.c index 4dcb7613d..4b63afee8 100644 --- a/testcases/kernel/syscalls/setpgid/setpgid02.c +++ b/testcases/kernel/syscalls/setpgid/setpgid02.c @@ -31,12 +31,7 @@ static struct tcase { } tcases[] = { {&pid, &negative_pid, EINVAL}, {&ppid, &pgid, ESRCH}, - /* - * FIXME: This test case makes an assumption that is invalid in our CI. - * Skip it for now as the error case is covered in setpgid03 anyway. - * Should be restored when the fix is decided with upstream. - */ -/* {&pid, &init_pgid, EPERM} */ + {&pid, &init_pgid, EPERM} };
static void setup(void)