X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemtouch.cc;h=647485e44e9119964063b5f65f0c97c317479885;hb=ab130c459a975d24628169901addb191ef2cdf87;hp=c44e6a08dcca5ac67d06eb34ccc8032b6cd097e5;hpb=23bbe3972dada1e21493437ba64be129e86b59fc;p=m6w6%2Flibmemcached diff --git a/tests/memtouch.cc b/tests/memtouch.cc index c44e6a08..647485e4 100644 --- a/tests/memtouch.cc +++ b/tests/memtouch.cc @@ -139,7 +139,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; @@ -160,4 +160,3 @@ void get_world(Framework *world) world->collections(collection); world->create(world_create); } -