summaryrefslogtreecommitdiff
path: root/tests/port/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/port/GNUmakefile')
-rw-r--r--tests/port/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/port/GNUmakefile b/tests/port/GNUmakefile
index 64e3fe6..84401a9 100644
--- a/tests/port/GNUmakefile
+++ b/tests/port/GNUmakefile
@@ -54,6 +54,6 @@ local_test:
@echo "Testing itoa.."
@./test_itoa > /dev/null
@echo "Testing getaddrinfo.."
- @./test_getaddrinfo > /dev/null
+ @./test_getaddrinfo `hostname` 80 > /dev/null
@echo "Testing gai_strerror_r.."
@./test_gai_strerror_r > /dev/null