Internal change.

PiperOrigin-RevId: 442117196
This commit is contained in:
gVisor bot
2022-04-15 16:11:38 -07:00
parent fed9f8ee8e
commit 4efada5eb7
+1
View File
@@ -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);
}