zeek/testing/btest/zeek-aux/zeek-cut/no-options.test
Tim Wojtulewicz d7ba381d12 Adapt zeek-aux btests to zeek structure
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.
2025-09-11 13:00:53 -07:00

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