svn commit: r274582 - head/tools/regression/lib/libc/gen

Garrett Cooper ngie at FreeBSD.org
Sun Nov 16 07:58:07 UTC 2014


Author: ngie
Date: Sun Nov 16 07:58:06 2014
New Revision: 274582
URL: https://svnweb.freebsd.org/changeset/base/274582

Log:
  Remove test-arc4random from this Makefile so others can continue to use
  this as-is for the time being

Modified:
  head/tools/regression/lib/libc/gen/Makefile

Modified: head/tools/regression/lib/libc/gen/Makefile
==============================================================================
--- head/tools/regression/lib/libc/gen/Makefile	Sun Nov 16 07:55:28 2014	(r274581)
+++ head/tools/regression/lib/libc/gen/Makefile	Sun Nov 16 07:58:06 2014	(r274582)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-TESTS=	test-arc4random test-fmtcheck test-fmtmsg test-fnmatch \
+TESTS=	test-fmtcheck test-fmtmsg test-fnmatch \
 	test-fpclassify test-ftw test-popen test-posix_spawn test-wordexp
 
 .PHONY: tests


More information about the svn-src-all mailing list