summaryrefslogtreecommitdiffstats
path: root/tests/queue-direct-with-params-given.sh
blob: 3593a91e5113fd950d45c237cb0194f472c06fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# added 2019-11-14 by RGerhards, released under ASL 2.0
. ${srcdir:=.}/diag.sh init
generate_conf
add_conf '
action(type="omfile" file="'$RSYSLOG_OUT_LOG'" queue.mindequeuebatchsize="20")
'
startup
shutdown_when_empty
wait_shutdown
content_check "queue is in direct mode, but parameters have been set"
exit_test