Use .zeek file suffix in unit tests

This commit is contained in:
Jon Siwek 2019-04-16 16:07:49 -07:00
parent 93d384adeb
commit 1e57e3f026
862 changed files with 533 additions and 529 deletions

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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" };