whoops overlooked the need to canonicalize filenames

This commit is contained in:
Vern Paxson 2021-06-09 15:29:39 -07:00
parent 7904701ffb
commit 2acaacee2d
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
expression error in /Users/vern/warehouse/zeek-ZAM-prep3/testing/btest/.tmp/language.common-mistakes2/common-mistakes2.zeek, line 16: type-checking failed in vector append (v += ok) expression error in <...>/common-mistakes2.zeek, line 16: type-checking failed in vector append (v += ok)

View file

@ -6,8 +6,8 @@
# @TEST-REQUIRES: test "${ZEEK_ZAM}" != "1" # @TEST-REQUIRES: test "${ZEEK_ZAM}" != "1"
# @TEST-EXEC: zeek -b %INPUT >out 2>err # @TEST-EXEC: zeek -b %INPUT >out 2>err
# @TEST-EXEC: btest-diff out # @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out
# @TEST-EXEC: btest-diff err # @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff err
function foo(v: vector of any) function foo(v: vector of any)
{ {