summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-29 11:46:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-03-29 11:46:38 +0200
commitabf1bf85483158f674078e63ffc0db768f760e45 (patch)
tree89af44d21c3f26df64d17181f4cb163555a91e81 /tests/port
parent17324352c1714e29f2c64e64a46ba266e628e6d7 (diff)
downloadwolfbones-abf1bf85483158f674078e63ffc0db768f760e45.tar.gz
wolfbones-abf1bf85483158f674078e63ffc0db768f760e45.tar.bz2
w
Diffstat (limited to 'tests/port')
-rw-r--r--tests/port/test_getaddrinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/port/test_getaddrinfo.c b/tests/port/test_getaddrinfo.c
index 1608ee0..e12c303 100644
--- a/tests/port/test_getaddrinfo.c
+++ b/tests/port/test_getaddrinfo.c
@@ -23,7 +23,7 @@ int main( void ) {
/* resolve the domain name into a list of addresses */
itoa( 80, port_or_service, 10 );
- error = getaddrinfo( "localhost", port_or_service, &hints, &result );
+ error = getaddrinfo( "www.yahoo.com", port_or_service, &hints, &result );
if( error != 0 ) {
fprintf( stderr, "getaddrinfo failed: %s (%d)\n",
gai_strerror( error ), error );