mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
9 lines
289 B
Text
9 lines
289 B
Text
# Test that checks that files.log is generated if the respective option is set.
|
|
|
|
# @TEST-REQUIRES: ${SCRIPTS}/have-spicy
|
|
# @TEST-EXEC: zeek -b -r $TRACES/tls/google-duplicate.trace %INPUT
|
|
# @TEST-EXEC: btest-diff files.log
|
|
|
|
@load base/protocols/ssl
|
|
|
|
redef X509::log_x509_in_files_log = T;
|