zeek/testing/btest/bifs/current_time.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

10 lines
125 B
Plaintext

#
# @TEST-EXEC: zeek -b %INPUT
event zeek_init()
{
local a = current_time();
if ( a <= double_to_time(0) )
exit(1);
}