From dcc721a95bef6f0d8e6d8775b8efe33e5aecd562 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:28:20 +0200 Subject: Adding upstream version 8.2402.0. Signed-off-by: Daniel Baumann --- tests/config_output-o-option.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 tests/config_output-o-option.sh (limited to 'tests/config_output-o-option.sh') diff --git a/tests/config_output-o-option.sh b/tests/config_output-o-option.sh new file mode 100755 index 0000000..65c30ea --- /dev/null +++ b/tests/config_output-o-option.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# check that the -o command line option works +# added 2019-04-26 by Rainer Gerhards; Released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +generate_conf +add_conf ' +template(name="outfmt" type="string" string="%msg:F,58:2%\n") + +if $msg contains "msgnum:" then { + include(file="'${srcdir}'/testsuites/include-std-omfile-actio*.conf") + continue +} +' +../tools/rsyslogd -N1 -f${TESTCONF_NM}.conf -o$RSYSLOG_DYNNAME.fullconf -M../runtime/.libs:../.libs +content_check 'if $msg contains "msgnum:" then' $RSYSLOG_DYNNAME.fullconf +content_check 'action(type="omfile"' $RSYSLOG_DYNNAME.fullconf +content_check --regex "BEGIN CONFIG: .*include-std-omfile-action.conf" $RSYSLOG_DYNNAME.fullconf +exit_test -- cgit v1.2.3