mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00

* origin/topic/robin/gh-239: Undo a change to btest.cfg from a recent commit Updating submodule. Fix zeek-wrapper Update for renaming BroControl to ZeekControl. Updating submodule. GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev.
7 lines
274 B
Text
7 lines
274 B
Text
# Shouldn't emit any warnings about not being able to document something
|
|
# that's supplied via command line script.
|
|
|
|
# @TEST-EXEC: unset BRO_DISABLE_BROXYGEN; zeek %INPUT -e 'redef myvar=10; print myvar' >output 2>&1
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
const myvar = 5 &redef;
|