mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Make audit tests depend on /dev/auditpipe. This should fix
some 416 failing tests on armv7: https://ci.freebsd.org/job/FreeBSD-head-armv7-test/lastCompletedBuild/testReport/ Reviewed by: asomers MFC after: 2 weeks Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25144
This commit is contained in:
parent
e48cafb55d
commit
a8ca275b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ SRCS.miscellaneous+= utils.c
|
|||
TEST_METADATA+= timeout="30"
|
||||
TEST_METADATA+= required_user="root"
|
||||
TEST_METADATA+= is_exclusive="true"
|
||||
TEST_METADATA+= required_files="/etc/rc.d/auditd"
|
||||
TEST_METADATA+= required_files="/etc/rc.d/auditd /dev/auditpipe"
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue