svn commit: r339094 - in stable/11: etc/mtree tests/sys tests/sys/auditpipe

Alan Somers asomers at FreeBSD.org
Tue Oct 2 17:57:17 UTC 2018


Author: asomers
Date: Tue Oct  2 17:57:16 2018
New Revision: 339094
URL: https://svnweb.freebsd.org/changeset/base/339094

Log:
  MFC r336728:
  
  Introduce test program for auditpipe(4)
  
  Submitted by:	aniketp
  Sponsored by:	Google, Inc. (GSoC 2018)
  Differential Revision:	https://reviews.freebsd.org/D16395

Added:
  stable/11/tests/sys/auditpipe/
     - copied from r336728, head/tests/sys/auditpipe/
Modified:
  stable/11/etc/mtree/BSD.tests.dist
  stable/11/tests/sys/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/11/etc/mtree/BSD.tests.dist	Tue Oct  2 17:42:50 2018	(r339093)
+++ stable/11/etc/mtree/BSD.tests.dist	Tue Oct  2 17:57:16 2018	(r339094)
@@ -422,6 +422,8 @@
         ..
         audit
         ..
+        auditpipe
+        ..
         capsicum
         ..
         fifo

Modified: stable/11/tests/sys/Makefile
==============================================================================
--- stable/11/tests/sys/Makefile	Tue Oct  2 17:42:50 2018	(r339093)
+++ stable/11/tests/sys/Makefile	Tue Oct  2 17:57:16 2018	(r339094)
@@ -5,6 +5,7 @@ TESTSDIR=		${TESTSBASE}/sys
 TESTS_SUBDIRS+=		acl
 TESTS_SUBDIRS+=		aio
 TESTS_SUBDIRS+=		audit
+TESTS_SUBDIRS+=		auditpipe
 TESTS_SUBDIRS+=		capsicum
 TESTS_SUBDIRS+=		fifo
 TESTS_SUBDIRS+=		file


More information about the svn-src-stable-11 mailing list