summaryrefslogtreecommitdiffstats
path: root/tests/diag.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-11 10:58:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-11 10:58:07 +0100
commit4195f9cb08cddaeae37dc88c5e879d84391b4359 (patch)
tree5f24c7d497e68b7f348d43d40546d1e2d7234a5d /tests/diag.sh
parent765317d54ec5658dd0c598170d0fc0824f751265 (diff)
downloadrsyslog-4195f9cb08cddaeae37dc88c5e879d84391b4359.tar.gz
rsyslog-4195f9cb08cddaeae37dc88c5e879d84391b4359.tar.xz
rsyslog-4195f9cb08cddaeae37dc88c5e879d84391b4359.zip
added new test for imfile to testbench
Diffstat (limited to 'tests/diag.sh')
-rwxr-xr-xtests/diag.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index 51ad5f6a..806edf80 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -22,6 +22,7 @@ case $1 in
rm -f work rsyslog.out.log rsyslog.out.log.save # common work files
rm -f rsyslog.out.*.log work-presort
rm -rf test-spool
+ rm -f rsyslog.input
rm -f core.* vgcore.*
mkdir test-spool
;;
@@ -30,6 +31,7 @@ case $1 in
rm -f work rsyslog.out.log rsyslog.out.log.save # common work files
rm -f rsyslog.out.*.log rsyslog.random.data work-presort
rm -rf test-spool
+ rm -f rsyslog.input
;;
'startup') # start rsyslogd with default params. $2 is the config file name to use
# returns only after successful startup, $3 is the instance (blank or 2!)