summaryrefslogtreecommitdiffstats
path: root/tests/tabescape_dflt.sh
blob: d0e13ec9c850a3569b73a88af0c8f3a7b7655c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
echo ===============================================================================
echo \[tabescape_dflt.sh\]: test for default tab escaping
$srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason

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

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