summaryrefslogtreecommitdiffstats
path: root/src/subprocess_test.cc
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-06-29 23:16:51 (GMT)
committerDavid Hill <dhill@conformal.com>2013-06-29 23:16:51 (GMT)
commitcb85ce886da075a57ede902a5fe6b4e3507afb34 (patch)
tree3e790d4d885c88fb21efc977c5c20a85da54f651 /src/subprocess_test.cc
parent7b9b1fb94aa44784e33734bef68c76e6a43361ef (diff)
downloadNinja-cb85ce886da075a57ede902a5fe6b4e3507afb34.zip
Ninja-cb85ce886da075a57ede902a5fe6b4e3507afb34.tar.gz
Ninja-cb85ce886da075a57ede902a5fe6b4e3507afb34.tar.bz2
cleanup based on comments from martine
Diffstat (limited to 'src/subprocess_test.cc')
-rw-r--r--src/subprocess_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subprocess_test.cc b/src/subprocess_test.cc
index 7e98cad..9b903c8 100644
--- a/src/subprocess_test.cc
+++ b/src/subprocess_test.cc
@@ -152,7 +152,7 @@ TEST_F(SubprocessTest, SetWithMulti) {
// OS X's process limit is less than 1025 by default
// (|sysctl kern.maxprocperuid| is 709 on 10.7 and 10.8 and less prior to that).
-#if defined(linux) || defined(__OpenBSD__) || defined(__Bitrig__)
+if !defined(__APPLE__)
TEST_F(SubprocessTest, SetWithLots) {
// Arbitrary big number; needs to be over 1024 to confirm we're no longer
// hostage to pselect.