Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 14:53:01 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335140 - head/tests/sys/audit
Message-ID:  <201806141453.w5EEr1Q0020638@repo.freebsd.org>

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



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