mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
|
@ -16,7 +16,7 @@
|
|||
127.0.2.3 Intel::ADDR this btest
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common.bro
|
||||
@load path-prefix-common.zeek
|
||||
|
||||
redef Intel::read_files += { "test.data" };
|
||||
redef InputAscii::path_prefix = "/this/does/not/exist";
|
|
@ -13,7 +13,7 @@
|
|||
127.0.1.3 Intel::ADDR this btest
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common.bro
|
||||
@load path-prefix-common.zeek
|
||||
|
||||
redef Intel::read_files += { "test.data" };
|
||||
redef InputAscii::path_prefix = "input";
|
|
@ -14,7 +14,7 @@
|
|||
127.0.0.3 Intel::ADDR this btest
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common.bro
|
||||
@load path-prefix-common.zeek
|
||||
|
||||
redef Intel::read_files += { "test.data" };
|
||||
redef InputAscii::path_prefix = "alternative";
|
|
@ -11,6 +11,6 @@
|
|||
127.0.0.3 Intel::ADDR this btest
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common.bro
|
||||
@load path-prefix-common.zeek
|
||||
|
||||
redef Intel::read_files += { "test.data" };
|
Loading…
Add table
Add a link
Reference in a new issue