mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

I removed the diff'ing against which scripts Bro outputs as loaded because that's going to be sensitive to changes in which scripts get loaded by default. What really matters is the output that shows that Bro was able to load the script via a directory's __load__.bro
7 lines
205 B
Text
7 lines
205 B
Text
# @TEST-EXEC: mkdir foo
|
|
# @TEST-EXEC: echo "@load foo/test.bro" >foo/__load__.bro
|
|
# @TEST-EXEC: cp %INPUT foo/test.bro
|
|
# @TEST-EXEC: bro -l foo >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
print "Foo loaded";
|