mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Add bare_mode
bif.
This commit is contained in:
parent
0f1dd8ef1b
commit
e83c4c834d
6 changed files with 30 additions and 0 deletions
3
testing/btest/Baseline/bifs.bare_mode/output
Normal file
3
testing/btest/Baseline/bifs.bare_mode/output
Normal file
|
@ -0,0 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
F
|
||||
T
|
8
testing/btest/bifs/bare_mode.zeek
Normal file
8
testing/btest/bifs/bare_mode.zeek
Normal file
|
@ -0,0 +1,8 @@
|
|||
# @TEST-EXEC: zeek %INPUT >>output
|
||||
# @TEST-EXEC: zeek -b %INPUT >>output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
event zeek_init()
|
||||
{
|
||||
print bare_mode();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue