mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
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:
parent
7ad06f1449
commit
53f463a3fa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user