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 cc80aa9 commit 821bc4aCopy full SHA for 821bc4a
tools/testing/selftests/pidfd/pidfd_setns_test.c
@@ -158,7 +158,7 @@ FIXTURE_SETUP(current_nsset)
158
/* Create task that exits right away. */
159
self->child_pid_exited = create_child(&self->child_pidfd_exited,
160
CLONE_NEWUSER | CLONE_NEWNET);
161
- EXPECT_GT(self->child_pid_exited, 0);
+ EXPECT_GE(self->child_pid_exited, 0);
162
163
if (self->child_pid_exited == 0)
164
_exit(EXIT_SUCCESS);
0 commit comments