mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

entities. Before, whether they did depended on libmagic. To do that, smpt/entities.bro gets a new option `never_calc_md5`. Also restructuring the tests a bit so that load a common testing-setup.bro scripts that can set a global configuration.
6 lines
158 B
Text
6 lines
158 B
Text
# Sets some testing specific options.
|
|
|
|
@ifdef ( SMTP::never_calc_md5 )
|
|
# MDD5s can depend on libmagic output.
|
|
redef SMTP::never_calc_md5 = T;
|
|
@endif
|