zeek/auxil/zeekctl/testing/initialization/zeekctl-new-option.test
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
266 B
Plaintext

# Test that unrecognized zeekctl.cfg options are rejected with a warning message.
#
# @TEST-EXEC: bash %INPUT
# @TEST-EXEC: btest-diff out
. zeekctl-test-setup
echo "foo1=this is a test" >> $ZEEKCTL_INSTALL_PREFIX/etc/zeekctl.cfg
zeekctl config | grep foo1 > out