rsyslog/tests/tabescape_off.sh
Rainer Gerhards 18399f11cd re-implemented $EscapeControlCharacterTab config directive
Based on Jonathan Bond-Caron's patch for v4. This now also includes some
automatted tests.
2009-11-27 11:26:09 +01:00

15 lines
368 B
Bash
Executable File

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