svn commit: r335140 - head/tests/sys/audit

Alan Somers asomers at FreeBSD.org
Thu Jun 14 14:53:02 UTC 2018


Author: asomers
Date: Thu Jun 14 14:53:01 2018
New Revision: 335140
URL: https://svnweb.freebsd.org/changeset/base/335140

Log:
  audit(4): fix typo from r335136
  
  Typo in Makefile accidentally disabled some older tests
  
  MFC after:	2 weeks
  X-MFC-With:	335136

Modified:
  head/tests/sys/audit/Makefile

Modified: head/tests/sys/audit/Makefile
==============================================================================
--- head/tests/sys/audit/Makefile	Thu Jun 14 14:50:30 2018	(r335139)
+++ head/tests/sys/audit/Makefile	Thu Jun 14 14:53:01 2018	(r335140)
@@ -3,7 +3,7 @@
 TESTSDIR=	${TESTSBASE}/sys/audit
 
 ATF_TESTS_C=	file-attribute-access
-ATF_TESTS_C=	file-attribute-modify
+ATF_TESTS_C+=	file-attribute-modify
 ATF_TESTS_C+=	file-create
 ATF_TESTS_C+=	file-delete
 ATF_TESTS_C+=	file-close


More information about the svn-src-head mailing list