Skip to content

Commit

Permalink
Remove test workaround for pre-6.0 Zeek versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed May 14, 2024
1 parent 59aa299 commit b22531e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/analyzer/basic.zeek
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
# @TEST-EXEC: zeek-cut -C ts uid id.orig_h id.orig_p id.resp_h id.resp_p proto service history <conn.log >conn.log2 && mv conn.log2 conn.log
# @TEST-EXEC: zeek-cut -C fuid source depth analyzers mime_type filename total_bytes <files.log >files.log.tmp && mv files.log.tmp files.log
# @TEST-EXEC: btest-diff conn.log
# Skip baselining of fuids on pre-6.0 versions (fuids stopped being canonified with 6.0).
# @TEST-EXEC: zeek -b -e 'exit(Version::at_least("6.0") ? 1 : 0)' || btest-diff http.log
# @TEST-EXEC: zeek -b -e 'exit(Version::at_least("6.0") ? 1 : 0)' || btest-diff files.log
# @TEST-EXEC: btest-diff http.log
# @TEST-EXEC: btest-diff files.log
#
# @TEST-DOC: Test HTTP analyzer with small trace.

Expand Down

0 comments on commit b22531e

Please sign in to comment.