mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
whoops overlooked the need to canonicalize filenames
This commit is contained in:
parent
7904701ffb
commit
2acaacee2d
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue