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

@DIR expands to directory path of the script, @FILENAME expands to just the script file name without path.
4 lines
80 B
Text
4 lines
80 B
Text
# @TEST-EXEC: bro -b %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
print @FILENAME;
|