Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 07:58:07 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274582 - head/tools/regression/lib/libc/gen
Message-ID:  <201411160758.sAG7w7IR034343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411160758.sAG7w7IR034343>