X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=tests%2Fmemcapable.cc;h=2723e7f656783bd52dca18b4ef6d02eaf09edfa3;hp=d0392d016afd69900c2c0ffaedc4c112c119a7b4;hb=ab130c459a975d24628169901addb191ef2cdf87;hpb=90407b100f20ef337298b6750e1b42805661f83b diff --git a/tests/memcapable.cc b/tests/memcapable.cc index d0392d01..2723e7f6 100644 --- a/tests/memcapable.cc +++ b/tests/memcapable.cc @@ -107,7 +107,7 @@ collection_st collection[] ={ static void *world_create(server_startup_st& servers, test_return_t& error) { - if (HAVE_MEMCACHED_BINARY == 0) + if (libtest::has_memcached() == false) { error= TEST_SKIPPED; return NULL;