mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
9 lines
160 B
Text
9 lines
160 B
Text
#
|
|
# @TEST-EXEC: zeek -b %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
event zeek_init()
|
|
{
|
|
print compress_path("./../foo");
|
|
print compress_path("././../foo");
|
|
}
|