Pulled fix from Trond
authorBrian Aker <brian@gaz>
Wed, 30 Sep 2009 16:02:21 +0000 (09:02 -0700)
committerBrian Aker <brian@gaz>
Wed, 30 Sep 2009 16:02:21 +0000 (09:02 -0700)
tests/function.c

index 1dce9ff89f90fddce49f9f26da2e41b34bec9418..bc9b39a8aa7f783c048c6ef81b15a6c826e50ff3 100644 (file)
@@ -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);