Date: Wed, 12 Mar 2014 10:59:51 +0000 (UTC) From: Julio Merino <jmmv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r263087 - head/tools/regression/lib/libc/net Message-ID: <201403121059.s2CAxpE5030110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403121059.s2CAxpE5030110>