rsyslog/tests/tabescape_off.sh
Andre Lorbach df3d4a3922 test-suite: Added !#/bin/bash into all test scripts.
Most of the tests will not work in other default shells like
on Freebsd or Solaris. So we make /bin/bash default now.
2015-07-30 15:38:17 +00:00

17 lines
373 B
Bash
Executable File

#!/bin/bash
echo ===============================================================================
echo \[tabescape_off.sh\]: test for tab escaping off
. $srcdir/diag.sh init
. $srcdir/diag.sh generate-HOSTNAME
./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