Index: tests/OFSPXSocketTests.m ================================================================== --- tests/OFSPXSocketTests.m +++ tests/OFSPXSocketTests.m @@ -45,10 +45,15 @@ switch (e.errNo) { case EAFNOSUPPORT: [self outputString: @"[OFSPXSocket] -[bindToPort:]: " @"IPX unsupported, skipping tests\n" inColor: GREEN]; + break; + case ESOCKTNOSUPPORT: + [self outputString: @"[OFSPXSocket] -[bindToPort:]: " + @"SPX unsupported, skipping tests\n" + inColor: GREEN]; break; case EADDRNOTAVAIL: [self outputString: @"[OFSPXSocket] -[bindToPort:]: " @"IPX not configured, skipping " @"tests\n"