summaryrefslogtreecommitdiffstats
path: root/tests/diag.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-04-26 12:53:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-26 12:53:37 +0200
commit270e455d6d9c6e7e580d6784435bf57ddc71bd85 (patch)
tree18c4b6005f386204cf204d6611c5e1d58e6891de /tests/diag.sh
parent96895d9e471716f4a449589fefa9f80a0564755a (diff)
downloadrsyslog-270e455d6d9c6e7e580d6784435bf57ddc71bd85.tar.gz
rsyslog-270e455d6d9c6e7e580d6784435bf57ddc71bd85.tar.xz
rsyslog-270e455d6d9c6e7e580d6784435bf57ddc71bd85.zip
added testcase for problem with pipe without a reader
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=186 Note that this adds the test case, but does not yet provide a solution (so make check will hang when executed). Fix will be done next.
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 40b8db2e..61766221 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
rm -rf test-spool
+ rm -f rsyslog.pipe
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
rm -rf test-spool
+ rm -f rsyslog.pipe
echo -------------------------------------------------------------------------------
;;
'startup') # start rsyslogd with default params. $2 is the config file name to use