Merge pull request #536 from hintjens/master

Fixed test_last_endpoint (#80)
This commit is contained in:
Martin Hurton 2013-03-24 07:49:25 -07:00
commit 01fef41575

View File

@ -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);