Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

10 lines
275 B
Plaintext

# Test zeek-cut without any command-line options.
#
# @TEST-EXEC: cat $LOGS/conn.log | zeek-cut > no-opts
# @TEST-EXEC: btest-diff no-opts
# Log file in "tsv" (tab-separated-values) format.
# @TEST-EXEC: cat $LOGS/conn-tsv.log | zeek-cut > tsv
# @TEST-EXEC: btest-diff tsv