mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
12 lines
362 B
Text
12 lines
362 B
Text
# @TEST-EXEC-FAIL: bro -b %INPUT >output 2>&1
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff output
|
|
|
|
global s: set[string] &create_expire=1secs &read_expire=1secs;
|
|
|
|
# @TEST-START-NEXT:
|
|
|
|
global s: set[string] &write_expire=1secs &create_expire=3secs;
|
|
|
|
# @TEST-START-NEXT:
|
|
|
|
global s: set[string] &write_expire=1secs &read_expire=3secs;
|