13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
# Test that the config command outputs the configuration.
|
|
#
|
|
# @TEST-EXEC: bash %INPUT
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
. zeekctl-test-setup
|
|
|
|
zeekctl install
|
|
|
|
# test the config command (many config items are system-dependent, so just grab
|
|
# one)
|
|
zeekctl config | grep mailsubjectprefix > out
|