Hi Simon, "make check" with the getaddrinfo-tests module yields a lot of output:
Finding www.gnu.org service http... res 0: Unknown error flags 0 family 2 socktype 2 protocol 11 addrlen 16: Found 199.232.41.10 getnameinfo 0: Unknown error ip 199.232.41.10 port 80 flags 0 family 2 socktype 1 protocol 6 addrlen 16: Found 199.232.41.10 getnameinfo 0: Unknown error ip 199.232.41.10 port 80 Finding www.ibm.com service https... res 0: Unknown error flags 0 family 2 socktype 2 protocol 11 addrlen 16: Found 129.42.58.212 getnameinfo 0: Unknown error ip 129.42.58.212 port 443 flags 0 family 2 socktype 1 protocol 6 addrlen 16: Found 129.42.58.212 getnameinfo 0: Unknown error ip 129.42.58.212 port 443 Finding microsoft.com service http... res 0: Unknown error flags 0 family 2 socktype 2 protocol 11 addrlen 16: Found 207.46.197.32 getnameinfo 0: Unknown error ip 207.46.197.32 port 80 flags 0 family 2 socktype 1 protocol 6 addrlen 16: Found 207.46.197.32 getnameinfo 0: Unknown error ip 207.46.197.32 port 80 flags 0 family 2 socktype 2 protocol 11 addrlen 16: Found 207.46.232.182 getnameinfo 0: Unknown error ip 207.46.232.182 port 80 flags 0 family 2 socktype 1 protocol 6 addrlen 16: Found 207.46.232.182 getnameinfo 0: Unknown error ip 207.46.232.182 port 80 Finding google.org service ldap... res 0: Unknown error flags 0 family 2 socktype 2 protocol 11 addrlen 16: Found 64.233.161.104 getnameinfo 0: Unknown error ip 64.233.161.104 port 389 flags 0 family 2 socktype 1 protocol 6 addrlen 16: Found 64.233.161.104 getnameinfo 0: Unknown error ip 64.233.161.104 port 389 flags 0 family 2 socktype 2 protocol 11 addrlen 16: Found 66.102.7.104 getnameinfo 0: Unknown error ip 66.102.7.104 port 389 flags 0 family 2 socktype 1 protocol 6 addrlen 16: Found 66.102.7.104 getnameinfo 0: Unknown error ip 66.102.7.104 port 389 flags 0 family 2 socktype 2 protocol 11 addrlen 16: Found 66.249.93.104 getnameinfo 0: Unknown error ip 66.249.93.104 port 389 flags 0 family 2 socktype 1 protocol 6 addrlen 16: Found 66.249.93.104 getnameinfo 0: Unknown error ip 66.249.93.104 port 389 PASS: test-getaddrinfo Can you make this test silent when it succeeds? For example, write the output into a temporary file, and print the contents of that file or not, depending whether the test program exited with a failure code or successfully? Bruno