Problem: test_rebind_ipc uses generic socket file name

Solution: name it after the test to avoid possible clashes when
running tests in parallel.
This commit is contained in:
Luca Boccassi 2017-10-06 11:08:40 +01:00
parent 7ad06f1449
commit 53f463a3fa

View File

@ -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)