projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
237d50c
)
Pulled fix from Trond
author
Brian Aker
<brian@gaz>
Wed, 30 Sep 2009 16:02:21 +0000
(09:02 -0700)
committer
Brian Aker
<brian@gaz>
Wed, 30 Sep 2009 16:02:21 +0000
(09:02 -0700)
tests/function.c
patch
|
blob
|
history
diff --git
a/tests/function.c
b/tests/function.c
index 1dce9ff89f90fddce49f9f26da2e41b34bec9418..bc9b39a8aa7f783c048c6ef81b15a6c826e50ff3 100644
(file)
--- 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);