svn commit: r263087 - head/tools/regression/lib/libc/net

Julio Merino jmmv at FreeBSD.org
Wed Mar 12 10:59:51 UTC 2014


Author: jmmv
Date: Wed Mar 12 10:59:51 2014
New Revision: 263087
URL: http://svnweb.freebsd.org/changeset/base/263087

Log:
  Remove broken tests for eui64_line.
  
  This function is not public and brooks (initial committer adding the code)
  suggests the deletion of the tests (which I don't know if they work)
  instead of changing the visibility of the function.

Deleted:
  head/tools/regression/lib/libc/net/test-eui64_line.c
  head/tools/regression/lib/libc/net/test-eui64_line.t
Modified:
  head/tools/regression/lib/libc/net/Makefile

Modified: head/tools/regression/lib/libc/net/Makefile
==============================================================================
--- head/tools/regression/lib/libc/net/Makefile	Wed Mar 12 10:45:58 2014	(r263086)
+++ head/tools/regression/lib/libc/net/Makefile	Wed Mar 12 10:59:51 2014	(r263087)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-TESTS=	test-ether test-eui64_aton test-eui64_line test-eui64_ntoa
+TESTS=	test-ether test-eui64_aton test-eui64_ntoa
 CFLAGS+= -g -Wall
 
 .PHONY: tests


More information about the svn-src-head mailing list