mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Update btest-diff calls on binary files to using "--binary"
This converts Johanna's TEST_DIFF_CANONIFIER removals via "env -u" to using the new "btest-diff --binary", and updates the affected baselines.
This commit is contained in:
parent
c5fd520c96
commit
17cd740519
27 changed files with 19 additions and 33 deletions
|
@ -1,12 +1,12 @@
|
|||
# @TEST-EXEC: zeek -b -r $TRACES/ftp/retr.trace %INPUT max_extract=3000 efname=1
|
||||
# @TEST-EXEC: env -u TEST_DIFF_CANONIFIER btest-diff extract_files/1
|
||||
# @TEST-EXEC: btest-diff --binary extract_files/1
|
||||
# @TEST-EXEC: btest-diff 1.out
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/ftp/retr.trace %INPUT max_extract=3000 efname=2 double_it=T
|
||||
# @TEST-EXEC: env -u TEST_DIFF_CANONIFIER btest-diff extract_files/2
|
||||
# @TEST-EXEC: btest-diff --binary extract_files/2
|
||||
# @TEST-EXEC: btest-diff 2.out
|
||||
# @TEST-EXEC: btest-diff files.log
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/ftp/retr.trace %INPUT max_extract=7000 efname=3 unlimit_it=T
|
||||
# @TEST-EXEC: env -u TEST_DIFF_CANONIFIER btest-diff extract_files/3
|
||||
# @TEST-EXEC: btest-diff --binary extract_files/3
|
||||
# @TEST-EXEC: btest-diff 3.out
|
||||
|
||||
@load base/files/extract
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue