Index: tests/OFUNIXSequencedPacketSocketTests.m ================================================================== --- tests/OFUNIXSequencedPacketSocketTests.m +++ tests/OFUNIXSequencedPacketSocketTests.m @@ -58,10 +58,12 @@ [sockServer bindToPath: path]; } @catch (OFBindSocketFailedException *e) { switch (e.errNo) { case EAFNOSUPPORT: case EPERM: + case EPROTONOSUPPORT: + case ESOCKTNOSUPPORT: OTSkip(@"UNIX sequenced packet sockets unsupported"); default: @throw e; } }