svn commit: r351856 - head/tests/sys/common

Emmanuel Vadot manu at FreeBSD.org
Thu Sep 5 14:14:07 UTC 2019


Author: manu
Date: Thu Sep  5 14:14:07 2019
New Revision: 351856
URL: https://svnweb.freebsd.org/changeset/base/351856

Log:
  pkgbase: Put the sys/common test into the tests package
  
  Every other test is there so do the same for those.
  
  Reviewed by:	bapt, gjb
  Differential Revision:	https://reviews.freebsd.org/D21504

Modified:
  head/tests/sys/common/Makefile

Modified: head/tests/sys/common/Makefile
==============================================================================
--- head/tests/sys/common/Makefile	Thu Sep  5 14:13:08 2019	(r351855)
+++ head/tests/sys/common/Makefile	Thu Sep  5 14:14:07 2019	(r351856)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PACKAGE=		common
+PACKAGE=		tests
 TESTSDIR=		${TESTSBASE}/sys/common
 ${PACKAGE}FILES+=	vnet.subr
 


More information about the svn-src-head mailing list