summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-18 18:42:30 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-18 18:42:30 +0100
commit75d2503bb71905f0c37d5228afa26b43bcb575f0 (patch)
tree89c55cd60d7a40748440c72143128ff7eaed5416 /tests
parentdcead403d1a810163dcaa99f060108457fda9146 (diff)
downloadrsyslog-75d2503bb71905f0c37d5228afa26b43bcb575f0.tar.gz
rsyslog-75d2503bb71905f0c37d5228afa26b43bcb575f0.tar.bz2
rsyslog-75d2503bb71905f0c37d5228afa26b43bcb575f0.zip
nitfix testbench: remove leftover from initial testing
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuites/stop.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testsuites/stop.conf b/tests/testsuites/stop.conf
index 707e5f61..84beab82 100644
--- a/tests/testsuites/stop.conf
+++ b/tests/testsuites/stop.conf
@@ -6,7 +6,6 @@ input(type="imtcp" port="13514")
if $msg contains "00000001" then
stop
-/tmp/tmp.log
template(name="outfmt" type="string" string="%msg:F,58:2%\n")
if $msg contains "msgnum:" then
action(type="omfile" file="rsyslog.out.log" template="outfmt")