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:
Christian Kreibich 2020-12-04 23:18:19 -08:00
parent c5fd520c96
commit 17cd740519
27 changed files with 19 additions and 33 deletions

View file

@ -1,6 +1,6 @@
# @TEST-EXEC: btest-bg-run zeek zeek -b %INPUT
# @TEST-EXEC: btest-bg-wait 15
# @TEST-EXEC: env -u TEST_DIFF_CANONIFIER btest-diff test.txt
# @TEST-EXEC: btest-diff --binary test.txt
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-sort btest-diff out
redef exit_only_after_terminate = T;