mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
Fixed tests
This commit is contained in:
parent
829d0003be
commit
6da48aed3a
@ -51,7 +51,7 @@ int main (int argc, char *argv [])
|
||||
assert (rc == 0);
|
||||
|
||||
// Sending a message to an unknown peer with verbose behavior.
|
||||
rc = zmq_send (sa, "UNKNOWN", 7, ZMQ_SNDMORE);
|
||||
rc = zmq_send (sa, "UNKNOWN", 7, ZMQ_SNDMORE | ZMQ_DONTWAIT);
|
||||
assert (rc == -1 && errno == EAGAIN);
|
||||
|
||||
rc = zmq_close (sa);
|
||||
|
Loading…
x
Reference in New Issue
Block a user