summaryrefslogtreecommitdiffstats
path: root/tests/omrelp-invld-tlslib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omrelp-invld-tlslib.sh')
-rwxr-xr-xtests/omrelp-invld-tlslib.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/omrelp-invld-tlslib.sh b/tests/omrelp-invld-tlslib.sh
new file mode 100755
index 0000000..56f08ea
--- /dev/null
+++ b/tests/omrelp-invld-tlslib.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+# see that we can an error message if wrong tls lib is selected
+# addd 2019-02-09 by RGerhards, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+require_relpEngineSetTLSLibByName
+generate_conf
+add_conf '
+module(load="../plugins/omrelp/.libs/omrelp" tls.tlslib="invalid-tlslib-name")
+
+action(type="omfile" file="'$RSYSLOG_OUT_LOG'")
+'
+startup
+shutdown_when_empty
+content_check --regex "omrelp.*invalid-tlslib-name.*not accepted"
+exit_test