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,6 +1,6 @@
#! /usr/bin/env bash
#
# Returns true if Bro has been compiled with support for writer type
# Returns true if Zeek has been compiled with support for writer type
# $1. The type name must match the plugin name that "zeek -N" prints.
zeek -N | grep -q $1 >/dev/null