mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Zeek prints the input string verbatim to the terminal and that's upsetting btest just on Alpine.
8 lines
207 B
Text
8 lines
207 B
Text
# @TEST-EXEC: zeek -b %INPUT >out 2>&1
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER='grep character.*ignored' btest-diff out
|
|
|
|
event zeek_init()
|
|
{
|
|
decode_base64("^#@!@##$!===");
|
|
decode_base64("\xed\xee\xef===");
|
|
}
|