updates to test suite tests for compatibility with upcoming ZAM functionality

This commit is contained in:
Vern Paxson 2021-06-01 09:25:30 -07:00
parent b5b58b0a3a
commit b6e9776a11
18 changed files with 103 additions and 36 deletions

View file

@ -1,3 +1,8 @@
# Skip this test when using ZAM, as it will generate a hard error (since it's
# certain that the variable is used w/o initialization) rather than just
# a warning.
# @TEST-REQUIRES: test "${ZEEK_ZAM}" != "1"
#
# @TEST-DOC: ``zeek -a -u`` should detect usage issues without executing code
# @TEST-EXEC: zeek -b -a -u %INPUT >out 2>&1
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out