summaryrefslogtreecommitdiffstats
path: root/tests/func-substring-large-neg-endpos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func-substring-large-neg-endpos.sh')
-rwxr-xr-xtests/func-substring-large-neg-endpos.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/func-substring-large-neg-endpos.sh b/tests/func-substring-large-neg-endpos.sh
new file mode 100755
index 0000000..23344f0
--- /dev/null
+++ b/tests/func-substring-large-neg-endpos.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+# addd 2023-01-13 by RGerhards, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+generate_conf
+add_conf '
+template(name="outfmt" type="string" string="data:%$!my_struc_data%\n")
+
+set $!my_struc_data = substring($STRUCTURED-DATA, 1, -9999999);
+local4.debug action(type="omfile" template="outfmt" file="'$RSYSLOG_OUT_LOG'")
+'
+startup
+injectmsg_literal '<167>1 2003-03-01T01:00:00.000Z hostname1 sender - tag [tcpflood@32473 MSGNUM="0"] data'
+shutdown_when_empty
+wait_shutdown
+export EXPECTED='data:'
+cmp_exact
+exit_test