testing: report different server pid
[awesomized/libmemcached] / tests / memrm.cc
index 6955f1fa391003a72a9f470ef7bb596ed6b1d46d..e3c807bec5034d600d465a06dcd5137fae06e0c4 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/memrm");
+static std::string executable("./src/bin/memrm");
 
 static test_return_t quiet_test(void *)
 {