docs: sanitize
[awesomized/libmemcached] / tests / memerror.cc
index 9b3ddd353ab9236d9097e8c12a700e6c10b9d35a..816ef9de2f347212e6d824e2e830738fbe142a63 100644 (file)
   Test that we are cycling the servers we are creating during testing.
 */
 
-#include <config.h>
+#include "mem_config.h"
 
-#include <libtest/test.hpp>
-#include <libmemcached-1.0/memcached.h>
+#include "libtest/test.hpp"
+#include "libmemcached-1.0/memcached.h"
 
 using namespace libtest;
 
@@ -50,7 +50,7 @@ using namespace libtest;
 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
 #endif
 
-static std::string executable("./clients/memerror");
+static std::string executable("./src/bin/memerror");
 
 static test_return_t help_TEST(void *)
 {