mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fix the way HTTP tests were checking for weirds
This commit is contained in:
parent
71dc6b6de3
commit
8099640bc3
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# in a way that correlates the final response with the request.
|
# in a way that correlates the final response with the request.
|
||||||
#
|
#
|
||||||
# @TEST-EXEC: bro -r $TRACES/http-100-continue.trace %INPUT
|
# @TEST-EXEC: bro -r $TRACES/http-100-continue.trace %INPUT
|
||||||
# @TEST-EXEC: grep -q unmatched_HTTP_reply weird.log && exit 1 || exit 0
|
# @TEST-EXEC: test ! -f weird.log
|
||||||
# @TEST-EXEC: btest-diff http.log
|
# @TEST-EXEC: btest-diff http.log
|
||||||
|
|
||||||
# The base analysis scripts are loaded by default.
|
# The base analysis scripts are loaded by default.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# the http_no_crlf_in_header_list wierd.
|
# the http_no_crlf_in_header_list wierd.
|
||||||
#
|
#
|
||||||
# @TEST-EXEC: bro -r $TRACES/http-byteranges.trace %INPUT
|
# @TEST-EXEC: bro -r $TRACES/http-byteranges.trace %INPUT
|
||||||
# @TEST-EXEC: grep -q http_no_crlf_in_header_list weird.log && exit 1 || exit 0
|
# @TEST-EXEC: test ! -f weird.log
|
||||||
|
|
||||||
# The base analysis scripts are loaded by default.
|
# The base analysis scripts are loaded by default.
|
||||||
#@load base/protocols/http
|
#@load base/protocols/http
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue