mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 251902567
This commit is contained in:
@@ -55,7 +55,7 @@ class PipeTest : public ::testing::TestWithParam<PipeCreator> {
|
||||
FileDescriptor wfd;
|
||||
|
||||
public:
|
||||
static void SetUpTestCase() {
|
||||
static void SetUpTestSuite() {
|
||||
// Tests intentionally generate SIGPIPE.
|
||||
TEST_PCHECK(signal(SIGPIPE, SIG_IGN) != SIG_ERR);
|
||||
}
|
||||
@@ -82,7 +82,7 @@ class PipeTest : public ::testing::TestWithParam<PipeCreator> {
|
||||
return s1;
|
||||
}
|
||||
|
||||
static void TearDownTestCase() {
|
||||
static void TearDownTestSuite() {
|
||||
TEST_PCHECK(signal(SIGPIPE, SIG_DFL) != SIG_ERR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user