mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Removed IPC endpoint from test; not portable, and fragile (#80)
This commit is contained in:
parent
8c96deb900
commit
257debf659
@ -47,7 +47,6 @@ int main (void)
|
||||
|
||||
do_bind_and_verify (sb, "tcp://127.0.0.1:5560");
|
||||
do_bind_and_verify (sb, "tcp://127.0.0.1:5561");
|
||||
do_bind_and_verify (sb, "ipc:///tmp/testep");
|
||||
|
||||
rc = zmq_close (sb);
|
||||
assert (rc == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user