~arges/ubuntu/quantal/rsyslog/fix-lp1059592

« back to all changes in this revision

Viewing changes to tests/testsuites/tabescape_off.conf

Tags: 5.7.3-1
* New upstream release.
* Upload to unstable.
* debian/patches/02-typo_fix_equation_sign.patch
  - Removed, merged upstream.
* debian/patches/03-atomic_operations.patch
  - Removed, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$ModLoad ../plugins/omstdout/.libs/omstdout
 
2
$IncludeConfig nettest.input.conf       # This picks the to be tested input from the test driver!
 
3
 
 
4
$ErrorMessagesToStderr off
 
5
 
 
6
$EscapeControlCharacterTab off
 
7
 
 
8
# use a special format that we can easily parse in expect
 
9
$template fmt,"%msg%\n"
 
10
*.* :omstdout:;fmt