projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
8c2c677
)
tests: fix kill(HUP) test
author
Michael Wallner
<mike@php.net>
Mon, 13 Jan 2020 13:56:35 +0000
(14:56 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 13 Jan 2020 13:56:35 +0000
(14:56 +0100)
tests/libmemcached-1.0/mem_functions.cc
patch
|
blob
|
history
diff --git
a/tests/libmemcached-1.0/mem_functions.cc
b/tests/libmemcached-1.0/mem_functions.cc
index bed716cda316f196b9bd5f89fc4f66ec5a35cfe1..0d6d047db6823d166700e2fce474914fc8eda2ec 100644
(file)
--- a/
tests/libmemcached-1.0/mem_functions.cc
+++ b/
tests/libmemcached-1.0/mem_functions.cc
@@
-5079,8
+5079,7
@@
test_return_t kill_HUP_TEST(memcached_st *original_memc)
test_literal_param(__func__), // Keys
test_literal_param(__func__), // Values
0, 0);
- test_compare(ret, memc);
- test_compare(MEMCACHED_CONNECTION_FAILURE, memc);
+ test_compare(MEMCACHED_CONNECTION_FAILURE, ret);
memcached_free(memc);