mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 442117196
This commit is contained in:
@@ -1653,6 +1653,7 @@ TEST_F(JobControlTest, SetForegroundProcessGroupSIGTTOUBackground) {
|
||||
int wstatus;
|
||||
TEST_PCHECK(waitpid(grandchild, &wstatus, WSTOPPED) == grandchild);
|
||||
TEST_PCHECK(WSTOPSIG(wstatus) == SIGTTOU);
|
||||
EXPECT_THAT(kill(grandchild, SIGKILL), SyscallSucceeds());
|
||||
});
|
||||
ASSERT_NO_ERRNO(res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user