mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
10 lines
308 B
Text
10 lines
308 B
Text
# @TEST-EXEC-FAIL: zeek -b -O ZAM --optimize-files=Xopt-files %INPUT
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff .stderr
|
|
|
|
# Make sure that if --optimize-files is specified but there are no matching
|
|
# files, that's caught as an error.
|
|
|
|
event zeek_init()
|
|
{
|
|
print zeek_init;
|
|
}
|