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/omrabbitmq_params_missing2.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 tests/omrabbitmq_params_missing2.sh (limited to 'tests/omrabbitmq_params_missing2.sh') diff --git a/tests/omrabbitmq_params_missing2.sh b/tests/omrabbitmq_params_missing2.sh new file mode 100755 index 0000000..fcf4654 --- /dev/null +++ b/tests/omrabbitmq_params_missing2.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# add 2019-02-26 by Rainer Gerhards, released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +generate_conf +add_conf ' +module(load="../contrib/omrabbitmq/.libs/omrabbitmq") +action(type="omrabbitmq" exchange="in" routing_key="jk") +action(type="omfile" file="'$RSYSLOG_OUT_LOG'") +' + +startup +shutdown_when_empty +wait_shutdown +content_check "parameter host must be specified" + +exit_test \ No newline at end of file -- cgit v1.2.3