mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

Part of this involves making the file-analysis tests independent of specific hash values. I've done that only partially though.
6 lines
218 B
Text
6 lines
218 B
Text
# @TEST-EXEC: bro -C -r $TRACES/web.trace %INPUT
|
|
# @TEST-EXEC: btest-diff http.log
|
|
# @TEST-EXEC: mv http-item-*.dat http-item.dat
|
|
# @TEST-EXEC: btest-diff http-item.dat
|
|
|
|
redef HTTP::extract_file_types += /text\/html/;
|