From 257debf65903783fc54792ed90ee6439cda87cff Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Sun, 24 Mar 2013 15:12:34 +0100 Subject: [PATCH] Removed IPC endpoint from test; not portable, and fragile (#80) --- tests/test_last_endpoint.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_last_endpoint.cpp b/tests/test_last_endpoint.cpp index 4a67eb49..c364dc81 100644 --- a/tests/test_last_endpoint.cpp +++ b/tests/test_last_endpoint.cpp @@ -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);