memcapable: fix quit test with v1.6+
[m6w6/libmemcached] / tests / memcat.cc
index 3b3b021fd1fa7453012b3c82da603f655d20ace5..1da52fd2543f06ca2d7f53cb9425b436b15de55b 100644 (file)
   Test that we are cycling the servers we are creating during testing.
 */
 
-#include <mem_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/memcat");
+static std::string executable("src/bin/memcat");
 
 static test_return_t help_test(void *)
 {