summaryrefslogtreecommitdiffstats
path: root/tests/omusrmsg-noabort.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omusrmsg-noabort.sh')
-rwxr-xr-xtests/omusrmsg-noabort.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/omusrmsg-noabort.sh b/tests/omusrmsg-noabort.sh
new file mode 100755
index 0000000..352414c
--- /dev/null
+++ b/tests/omusrmsg-noabort.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+# same as omusrmsg-noabort, but with legacy syntax.
+# addd 2018-08-05 by RGerhards, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+export NUMMESSAGES=10
+export QUEUE_EMPTY_CHECK_FUNC=wait_file_lines
+generate_conf
+add_conf '
+template(name="outfmt" type="string" string="%msg:F,58:2%\n")
+:msg, contains, "msgnum:" {
+ action(type="omusrmsg" users="nouser" template="outfmt")
+ action(type="omfile" template="outfmt" file="'$RSYSLOG_OUT_LOG'")
+ }
+'
+startup
+injectmsg
+shutdown_when_empty
+wait_shutdown
+# while we cannot check if the messages arrived in user sessions, we
+# can check that all messages arrive in the file, which we consider as
+# an indication that everything went well.
+seq_check
+exit_test