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/glbl-internalmsg_severity-debug-not_shown.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 tests/glbl-internalmsg_severity-debug-not_shown.sh (limited to 'tests/glbl-internalmsg_severity-debug-not_shown.sh') diff --git a/tests/glbl-internalmsg_severity-debug-not_shown.sh b/tests/glbl-internalmsg_severity-debug-not_shown.sh new file mode 100755 index 0000000..b3b3113 --- /dev/null +++ b/tests/glbl-internalmsg_severity-debug-not_shown.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# check that info-severity messages are actually emitted; we use +# lookup table as a simple sample to get such a message. +# addd 2019-05-07 by RGerhards, released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +generate_conf +add_conf ' +lookup_table(name="xlate" file="'$RSYSLOG_DYNNAME'.xlate.lkp_tbl" reloadOnHUP="on") +action(type="omfile" file="'$RSYSLOG_OUT_LOG'") +' +cp -f $srcdir/testsuites/xlate.lkp_tbl $RSYSLOG_DYNNAME.xlate.lkp_tbl +startup +shutdown_when_empty +wait_shutdown +check_not_present "rsyslogd fully started up and initialized - begin actual processing" +exit_test -- cgit v1.2.3