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:
abc87c2
)
Update for OSX/non binary platforms.
author
Brian Aker
<brian@gir-3.local>
Tue, 29 Mar 2011 14:54:36 +0000
(07:54 -0700)
committer
Brian Aker
<brian@gir-3.local>
Tue, 29 Mar 2011 14:54:36 +0000
(07:54 -0700)
tests/mem_functions.c
patch
|
blob
|
history
diff --git
a/tests/mem_functions.c
b/tests/mem_functions.c
index 18669d486a3b142da900b94e154539652ea38b50..e3f6426a9ecd692352a97d809451e703b6b3ea96 100644
(file)
--- a/
tests/mem_functions.c
+++ b/
tests/mem_functions.c
@@
-5752,7
+5752,7
@@
static test_return_t regression_bug_583031(memcached_st *unused)
(void)memcached_get(memc, "dsf", 3, &length, &flags, &rc);
- test_true_got(rc == MEMCACHED_TIMEOUT
, memcached_strerror(NULL
, rc));
+ test_true_got(rc == MEMCACHED_TIMEOUT
|| rc == MEMCACHED_ERRNO, memcached_strerror(memc
, rc));
memcached_free(memc);