blob: 4e5c9998cd04dff68b091dcc1e7cdbc5483add31 (
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'")
'
startup
shutdown_when_empty
wait_shutdown
check_not_present "queue is in direct mode, but parameters have been set"
exit_test
|