diff --git a/policy/test-all.bro b/policy/test-all.bro index 78f6f3e575..a5f8de3761 100644 --- a/policy/test-all.bro +++ b/policy/test-all.bro @@ -5,6 +5,7 @@ # Note that we have unit test that makes sure that all policy files shipped are # actually loaded here. If we have files that are part of the distribution yet # can't be loaded here, these must still be listed here with their load command +# commented out. @load all.bro # @load test-all.bro @@ -43,7 +44,6 @@ @load frameworks/notice/base.bro @load frameworks/notice/weird.bro @load frameworks/packet-filter/__load__.bro -@load frameworks/packet-filter/base.bro @load frameworks/packet-filter/netstats.bro @load frameworks/signatures/__load__.bro @load frameworks/signatures/base.bro @@ -112,4 +112,4 @@ @load protocols/syslog/base.bro @load protocols/syslog/consts.bro @load protocols/rpc/base.bro -@load site/local \ No newline at end of file +@load site/local