Fix for test cases to make sure memcached is around.
[m6w6/libmemcached] / tests / memcat.cc
index 32e3f2c3c7cfe45777057e799e8305bb34a2256d..f70da3be2fab0cabeb26a4f2c60fcc846ad37d69 100644 (file)
@@ -126,7 +126,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;