mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
9 lines
101 B
Text
9 lines
101 B
Text
#
|
|
# @TEST-EXEC: bro -b %INPUT
|
|
|
|
event bro_init()
|
|
{
|
|
local a = getpid();
|
|
if ( a == 0 )
|
|
exit(1);
|
|
}
|