Browse Source

Disable whois-test

This test relies on the content of /etc/hosts. It will fail if the
first "127.0.0.1" line does not list "localhost" as first hostname.

Disable this test until either
* upstream provides a more flexible test, or
* we find reason the above setting is a MUST, therefore build systems
  that do not meet this criteria are considered broken.
Christoph Biedl 12 years ago
parent
commit
079f1e947f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/testsuite/Makefile.in

+ 0 - 1
src/testsuite/Makefile.in

@@ -195,7 +195,6 @@ TESTS = start-server1 \
 	mode-test \
 	opless-channel-test \
 	who-test \
-	whois-test \
 	server-link-test \
 	stop-server2 \
 	stress-server.sh \