zeek/testing/btest/core/expr-exception.bro
2011-10-09 20:41:55 -07:00

9 lines
240 B
Text

# Bro shouldn't crash when doing nothing, nor outputting anything.
#
# @TEST-EXEC: cat /dev/null | bro -r $TRACES/wikipedia.trace %INPUT
# @TEST-EXEC: btest-diff reporter.log
event connection_established(c: connection)
{
print c$ftp;
}