rsyslog/tests/check-length-json-property.sh
Rainer Gerhards 2ba3c8ddde
testbench: modernize testbench plumbing
changes some of the test commands to use bash functions
includes some small bug fixes to tests where bugs were
previously not seen due to different plumbing.
2018-07-23 17:26:34 +02:00

14 lines
232 B
Bash
Executable File

#!/bin/bash
# add 2017-10-30 by PascalWithopf, released under ASL 2.0
#tests for Segmentation Fault
. $srcdir/diag.sh init
generate_conf
add_conf '
#set $!r = $!var1!var3!var2;
'
startup
shutdown_when_empty
wait_shutdown
exit_test