summaryrefslogtreecommitdiffstats
path: root/tests/omod-if-array.sh
blob: fd845b4d9713d3922e31863a310d25b806195292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
echo test omod-if-array via udp
./nettester omod-if-array udp
if [ "$?" -ne "0" ]; then
  exit 1
fi

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