diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-06-18 15:41:16 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-06-18 15:41:16 +0000 |
| commit | a8ca275b7d962a13ef38c6b6d63efbbd0efa367f (patch) | |
| tree | 611a318d4c588e7e2892735bdcda026ad1efa663 /tests/sys/audit | |
| parent | e48cafb55ddaa7ac3ed73ddf25b8019531c83d71 (diff) | |
Notes
Diffstat (limited to 'tests/sys/audit')
| -rw-r--r-- | tests/sys/audit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/audit/Makefile b/tests/sys/audit/Makefile index bab83a5378de..b16402ccb2e0 100644 --- a/tests/sys/audit/Makefile +++ b/tests/sys/audit/Makefile @@ -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 |
