mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00

This updates Baselines, changes paths to scripts and log files, adds TEST-DOC annotations, and various other cleanups that make the zeek-aux tests more like the rest of the zeek tests.
9 lines
352 B
Text
9 lines
352 B
Text
# @TEST-DOC: Test zeek-cut without any command-line options.
|
|
#
|
|
|
|
# @TEST-EXEC: cat ${ZEEK_AUX_LOGS}/conn.log | zeek-cut > no-opts
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER= btest-diff no-opts
|
|
|
|
# Log file in "tsv" (tab-separated-values) format.
|
|
# @TEST-EXEC: cat ${ZEEK_AUX_LOGS}/conn-tsv.log | zeek-cut > tsv
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER= btest-diff tsv
|