fix pw command [travis skip]
[awesomized/libmemcached] / tests / memtouch.cc
index 761a70723c4b2e34145f7374a7e20906167c02ca..f2d9a80c739d1938ce81bf635d6ac1be9a0fcd63 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 <libmemcachedutil-1.0/util.h>
+#include "libtest/test.hpp"
+#include "libmemcached-1.0/memcached.h"
+#include "libmemcachedutil-1.0/util.h"
 
 using namespace libtest;
 
@@ -156,7 +156,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
 
 void get_world(libtest::Framework* world)
 {
-  executable= "./clients/memtouch";
+  executable= "./src/bin/memtouch";
   world->collections(collection);
   world->create(world_create);
 }