• Franco Fichtner's avatar
    ipc: fail harder for abstract ipc on non-Linux · fff29a4a
    Franco Fichtner authored
    Using 'ipc://@abstract-socket' on non-Linux platforms yields inconsistent
    behaviour.  Abstract sockets don't exist, so the literal file is created.
    The test previously failed, but for a different reason: this is not the
    directory you are looking for.  Now, zmq_bind() will fail for the right
    reason: the socket can't be created.  Put the XFAIL back.
    fff29a4a
ipc_address.cpp 2.35 KB