Commit 257debf6 authored by Pieter Hintjens's avatar Pieter Hintjens

Removed IPC endpoint from test; not portable, and fragile (#80)

parent 8c96deb9
...@@ -47,7 +47,6 @@ int main (void) ...@@ -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:5560");
do_bind_and_verify (sb, "tcp://127.0.0.1:5561"); do_bind_and_verify (sb, "tcp://127.0.0.1:5561");
do_bind_and_verify (sb, "ipc:///tmp/testep");
rc = zmq_close (sb); rc = zmq_close (sb);
assert (rc == 0); assert (rc == 0);
......
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