More bro-to-zeek renaming in the unit tests

This commit is contained in:
Daniel Thayer 2019-05-16 00:01:21 -05:00
parent 72b46268f7
commit 3f9e7138bd
71 changed files with 141 additions and 136 deletions

View file

@ -1,14 +1,14 @@
# @TEST-EXEC: zeek local-`cat $DIST/VERSION | sed 's/\([0-9].[0-9]\).*/\1/g'`.bro
# This tests the compatibility of the past release's site/local.bro
# script with the current version of Bro. If the test fails because
# script with the current version of Zeek. If the test fails because
# it doesn't find the right file, that means everything stayed
# compatibile between releases, so just add a TEST-START-FILE with
# the contents the latest Bro version's site/local.zeek script.
# the contents the latest Zeek version's site/local.zeek script.
# If the test fails while loading the old local.bro, it usually
# indicates a note will need to be made in NEWS explaining to users
# how to migrate to the new version and this test's TEST-START-FILE
# should be updated with the latest contents of site/local.bro.
# should be updated with the latest contents of site/local.zeek.
@TEST-START-FILE local-2.6.bro
##! Local site policy. Customize as appropriate.