summaryrefslogtreecommitdiff
path: root/tests/port/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/port/Makefile.W32')
-rw-r--r--tests/port/Makefile.W322
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/port/Makefile.W32 b/tests/port/Makefile.W32
index 22203ad..bfd895b 100644
--- a/tests/port/Makefile.W32
+++ b/tests/port/Makefile.W32
@@ -65,6 +65,6 @@ local_test:
@echo Testing itoa..
@test_itoa >NUL 2>NUL
@echo Testing getaddrinfo..
- @test_getaddrinfo >NUL 2>NUL
+ @test_getaddrinfo localhost 80 >NUL 2>NUL
@echo Testing gai_strerror_r..
@test_gai_strerror_r >NUL 2>NUL