svn commit: r305449 - head/lib/libc/tests/db

Ngie Cooper ngie at FreeBSD.org
Tue Sep 6 00:51:26 UTC 2016


Author: ngie
Date: Tue Sep  6 00:51:25 2016
New Revision: 305449
URL: https://svnweb.freebsd.org/changeset/base/305449

Log:
  Install h_db to unbreak some of the lib/libc/db testcases after
  r305358
  
  MFC after:	59 days
  X-MFC with:	r305358
  Reported by:	Jenkins, rodrigc
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libc/tests/db/Makefile

Modified: head/lib/libc/tests/db/Makefile
==============================================================================
--- head/lib/libc/tests/db/Makefile	Tue Sep  6 00:33:54 2016	(r305448)
+++ head/lib/libc/tests/db/Makefile	Tue Sep  6 00:51:25 2016	(r305449)
@@ -5,7 +5,7 @@ PACKAGE=	tests
 BINDIR=		${TESTSDIR}
 
 PROGS=		h_db
-PROGS=		h_lfsr
+PROGS+=		h_lfsr
 
 ${PACKAGE}FILES+=		README
 


More information about the svn-src-head mailing list