Commit 53f463a3 authored by Luca Boccassi's avatar Luca Boccassi

Problem: test_rebind_ipc uses generic socket file name

Solution: name it after the test to avoid possible clashes when
running tests in parallel.
parent 7ad06f14
......@@ -29,7 +29,7 @@
#include "testutil.hpp"
static const char* SOCKET_ADDR = "ipc:///tmp/tester";
static const char* SOCKET_ADDR = "ipc:///tmp/test_rebind_ipc";
int main (void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment