zeek/testing/btest/scripts/base/protocols/http/zero-length-bodies-with-drops.zeek
2019-04-16 16:08:57 -07:00

10 lines
356 B
Text

# This tests an issue with interaction between zero length
# http bodies and the file analysis code. It is creating
# files when there isn't actually any body there and shouldn't
# create a file.
#
# @TEST-EXEC: bro -r $TRACES/http/zero-length-bodies-with-drops.pcap %INPUT
# There shouldn't be a files log (no files!)
# @TEST-EXEC: test ! -f files.log