| Index: base/process_util_unittest.cc
|
| diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
|
| index 8f6def9c2c1f15c499ecf92128139db023797295..452892e9e0d81f4bfda608c597a16f0c33a4faa2 100644
|
| --- a/base/process_util_unittest.cc
|
| +++ b/base/process_util_unittest.cc
|
| @@ -739,7 +739,7 @@ TEST_F(ProcessUtilTest, GetAppOutputRestricted) {
|
| EXPECT_STREQ("", output.c_str());
|
| }
|
|
|
| -#if !(OS_MACOSX)
|
| +#if !defined(OS_MACOSX) && !defined(OS_OPENBSD)
|
| // TODO(benwells): GetAppOutputRestricted should terminate applications
|
| // with SIGPIPE when we have enough output. http://crbug.com/88502
|
| TEST_F(ProcessUtilTest, GetAppOutputRestrictedSIGPIPE) {
|
|
|