zeek/testing/btest/core/dns-init.zeek
2019-04-16 16:08:57 -07:00

9 lines
198 B
Text

# We once had a bug where DNS lookups at init time lead to an immediate crash.
#
# @TEST-EXEC: bro %INPUT >output 2>&1
# @TEST-EXEC: btest-diff output
const foo: set[addr] = {
google.com
};