about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--inet/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99fd0cee69..8585053b09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
 
+	* inet/Makefile (tests): Remove tst-ipnode.
 	* include/netdb.h: Add stuff removed from resolv/netdb.h here for
 	now.
 
diff --git a/inet/Makefile b/inet/Makefile
index a78a8865f2..93f90985e9 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -48,7 +48,7 @@ routines := htonl htons		\
 	    in6_addr getnameinfo if_index getipnodebyad freehostent \
 	    getipnodebynm
 
-tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-ipnode tst-network
+tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network # tst-ipnode
 
 include ../Rules