X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmemerror.cc;h=914d2a03b4df6ced19d0196503023c68579e161f;hb=556d9cca3738f2dcecbe0cda93ba9dd89d1a7a31;hp=00863475838620c3d9639029062737b566ebacb0;hpb=751e342e158ae65052ce098ccd64aa54e39312db;p=m6w6%2Flibmemcached diff --git a/tests/memerror.cc b/tests/memerror.cc index 00863475..914d2a03 100644 --- a/tests/memerror.cc +++ b/tests/memerror.cc @@ -50,7 +50,7 @@ using namespace libtest; #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif -static std::string executable; +static std::string executable("./clients/memerror"); static test_return_t help_TEST(void *) { @@ -119,7 +119,6 @@ static void *world_create(server_startup_st&, test_return_t&) void get_world(Framework *world) { - executable= "./clients/memerror"; world->collections= collection; world->_create= world_create; }