From: Brian Aker Date: Wed, 30 Sep 2009 16:02:21 +0000 (-0700) Subject: Pulled fix from Trond X-Git-Tag: 0.34~18 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1321d7da6c81b90d9bafad675c1630a56879e594;p=awesomized%2Flibmemcached Pulled fix from Trond --- diff --git a/tests/function.c b/tests/function.c index 1dce9ff8..bc9b39a8 100644 --- a/tests/function.c +++ b/tests/function.c @@ -595,6 +595,9 @@ static test_return add_wrapper(memcached_st *memc) #ifdef __sun max= 10; #endif +#ifdef __APPLE__ + max= 10; +#endif for (x= 0; x < max; x++) add_test(memc);