mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-24 09:12:30 +02: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:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include "testutil.hpp"
|
#include "testutil.hpp"
|
||||||
|
|
||||||
static const char* SOCKET_ADDR = "ipc:///tmp/tester";
|
static const char* SOCKET_ADDR = "ipc:///tmp/test_rebind_ipc";
|
||||||
|
|
||||||
|
|
||||||
int main (void)
|
int main (void)
|
||||||
|
Reference in New Issue
Block a user