mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 16:50:42 +01:00
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.
14 lines
232 B
Bash
Executable File
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
|