mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

- core.load-unload: scripts that get loaded by default changed, so to make the test insensitive to that in the future, I changed the test to just check that the stdout is empty (the @unload'd script would have had output there) - policy.frameworks.logging.rotate-custom: I saw that the ordering of the log postprocessor output caused a failure for me even though the overall content was the same, so it now sorts that part before diff'ing - core.print-bpf-filters-ipv[4|6]: packet-filter log file name changed - policy.protocols.conn.known-services: logging file names changes and local_nets is now in the Site module
7 lines
201 B
Text
7 lines
201 B
Text
# This tests the @unload directive
|
|
#
|
|
# @TEST-EXEC: echo 'print "oops12345";' >dontloadmebro.bro
|
|
# @TEST-EXEC: bro -l %INPUT dontloadmebro >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
@unload dontloadmebro
|