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

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

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