summaryrefslogtreecommitdiffstats
path: root/tests/omusrmsg-errmsg-no-params.sh
blob: d6e43547c976e226dc2a4002c820e8030feb13c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# add 2019-08-05 by Rainer Gerhards, released under ASL 2.0
. ${srcdir:=.}/diag.sh init
generate_conf
add_conf '
action(type="omusrmsg")
action(type="omfile" file="'$RSYSLOG_OUT_LOG'")
'

startup
shutdown_when_empty
wait_shutdown
content_check "parameter 'users' required but not specified"
exit_test