From 123f9fb77a188202b16eab023987458f4bc3809a Mon Sep 17 00:00:00 2001 From: Euan Date: Fri, 24 Apr 2020 08:18:44 +0100 Subject: Fix #14091 and #14093 - test failures on NetBSD (#14096) --- tests/stdlib/tgetaddrinfo.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stdlib') diff --git a/tests/stdlib/tgetaddrinfo.nim b/tests/stdlib/tgetaddrinfo.nim index 1c9d020a1..ed8ec8b68 100644 --- a/tests/stdlib/tgetaddrinfo.nim +++ b/tests/stdlib/tgetaddrinfo.nim @@ -15,7 +15,7 @@ block DGRAM_UDP: doAssert aiList.ai_next == nil freeAddrInfo aiList -when defined(posix) and not defined(haiku) and not defined(freebsd) and not defined(openbsd): +when defined(posix) and not defined(haiku) and not defined(freebsd) and not defined(openbsd) and not defined(netbsd): block RAW_ICMP: # the port will be ignored -- cgit 1.4.1-2-gfad0