Fix epicsSockResolveTest, host is now a real TLD

This commit is contained in:
Andrew Johnson
2014-09-23 15:31:53 -05:00
parent 82f24149d9
commit d73b4eb470
+1 -1
View File
@@ -52,7 +52,7 @@ MAIN(epicsSockResolveTest)
{
struct in_addr addr;
if (hostToIPAddr("obviously.invalid.host", &addr) == 0) {
if (hostToIPAddr("obviously-invalid-host", &addr) == 0) {
testAbort("hostToIPAddr() is broken, testing not possible");
}
}