mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
More bro-to-zeek renaming in the unit tests
This commit is contained in:
parent
72b46268f7
commit
3f9e7138bd
71 changed files with 141 additions and 136 deletions
|
@ -21,7 +21,7 @@ print Version::parse("12.5");
|
|||
print Version::parse("1.12-beta-drunk");
|
||||
print Version::parse("JustARandomString");
|
||||
|
||||
# check that current running version of Bro parses without error
|
||||
# check that current running version of Zeek parses without error
|
||||
Version::parse(bro_version());
|
||||
|
||||
@TEST-START-NEXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue