diff options
Diffstat (limited to 'test/ipc/unixsocket_ipc.cpp')
-rw-r--r-- | test/ipc/unixsocket_ipc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipc/unixsocket_ipc.cpp b/test/ipc/unixsocket_ipc.cpp index 2e3b52ca..1a8d06a1 100644 --- a/test/ipc/unixsocket_ipc.cpp +++ b/test/ipc/unixsocket_ipc.cpp @@ -173,7 +173,7 @@ protected: int run() { - ipc_ = std::make_unique<IPCPipeUnixSocket>("", "/proc/self/exe"); + ipc_ = std::make_unique<IPCPipeUnixSocket>("", self().c_str()); if (!ipc_->isConnected()) { cerr << "Failed to create IPCPipe" << endl; return TestFail; |