X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FShell.hpp;h=515bf1b59b40d94f0779910cad1715069bd01b7f;hb=fd66e60622e8e139753f62454cfdd5be662e39a0;hp=a1496bb5eb536fcb366ee262c9d408504a5ded21;hpb=fb3710011600c04359d26615be7a92df1742a3e9;p=m6w6%2Flibmemcached diff --git a/test/lib/Shell.hpp b/test/lib/Shell.hpp index a1496bb5..515bf1b5 100644 --- a/test/lib/Shell.hpp +++ b/test/lib/Shell.hpp @@ -20,7 +20,7 @@ class Shell { public: explicit Shell(bool redirect_stderr = true); - explicit Shell(const string &prefix, bool redirect_stderr = true); + explicit Shell(string prefix, bool redirect_stderr = true); bool run(const string &command, string &output); bool run(const string &command);