summaryrefslogtreecommitdiffstats
path: root/tests/omod-if-array.sh
blob: 7b4b561163e48531d2c75130575b9fa1503054bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
echo test omod-if-array via udp
./killrsyslog.sh # kill rsyslogd if it runs for some reason

./nettester -tomod-if-array -iudp -p4711
if [ "$?" -ne "0" ]; then
  exit 1
fi

echo test omod-if-array via tcp
./nettester -tomod-if-array -itcp
if [ "$?" -ne "0" ]; then
  exit 1
fi