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

@ -27,7 +27,7 @@ for i in `echo $files_cwd $files_baseline | sort | uniq`; do
if [[ "$i" == "reporter.log" ]]; then
# Do not diff the reporter.log if it only complains about missing
# GeoIP support.
if ! egrep -v "^#|Bro was not configured for GeoIP support" $i; then
if ! egrep -v "^#|Zeek was not configured for GeoIP support" $i; then
continue
fi
fi