mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Add btest test case
This commit is contained in:
parent
35334a7681
commit
70c9ae7de9
1 changed files with 11 additions and 0 deletions
11
testing/btest/bifs/empty_conn_weird.zeek
Normal file
11
testing/btest/bifs/empty_conn_weird.zeek
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#
|
||||||
|
# @TEST-EXEC: zeek -b %INPUT
|
||||||
|
|
||||||
|
event zeek_init()
|
||||||
|
{
|
||||||
|
local x: connection;
|
||||||
|
x$uid = "uid";
|
||||||
|
|
||||||
|
Reporter::conn_weird("foo", x);
|
||||||
|
print "done";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue