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

Reply via email to