mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
10 lines
150 B
Text
10 lines
150 B
Text
#
|
|
# @TEST-EXEC: bro -b %INPUT
|
|
# @TEST-EXEC: test -f .state/state.bst
|
|
|
|
event bro_init()
|
|
{
|
|
local a = checkpoint_state();
|
|
if ( a != T )
|
|
exit(1);
|
|
}
|