mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
8 lines
150 B
Text
8 lines
150 B
Text
# @TEST-EXEC: zeek %INPUT >>output
|
|
# @TEST-EXEC: zeek -b %INPUT >>output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
event zeek_init()
|
|
{
|
|
print bare_mode();
|
|
}
|