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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"