summaryrefslogtreecommitdiffstats
path: root/tests/arrayqueue.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-05 15:04:24 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-05 15:04:24 +0100
commit83140cb480b7c806ae11a3a206a1b45936005191 (patch)
tree9f611dd079c6ab7861b02a5e66d6b9664c209369 /tests/arrayqueue.sh
parent4578dc6a2dc65112f4aaae1524f83cc9b075295d (diff)
downloadrsyslog-83140cb480b7c806ae11a3a206a1b45936005191.tar.gz
rsyslog-83140cb480b7c806ae11a3a206a1b45936005191.tar.xz
rsyslog-83140cb480b7c806ae11a3a206a1b45936005191.zip
fixed regressions in testsuite due to imported changes from last merge
... also bumped version number
Diffstat (limited to 'tests/arrayqueue.sh')
-rwxr-xr-xtests/arrayqueue.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/arrayqueue.sh b/tests/arrayqueue.sh
index baf303f3..71e1cc21 100755
--- a/tests/arrayqueue.sh
+++ b/tests/arrayqueue.sh
@@ -1,6 +1,7 @@
# Test for fixedArray queue mode
# added 2009-05-20 by rgerhards
# This file is part of the rsyslog project, released under GPLv3
+echo ===============================================================================
echo \[arrayqueue.sh\]: testing queue fixedArray queue mode
source $srcdir/diag.sh init
source $srcdir/diag.sh startup arrayqueue.conf
@@ -13,5 +14,5 @@ kill `cat rsyslog.pid`
# now wait until rsyslog.pid is gone (and the process finished)
source $srcdir/diag.sh wait-shutdown
-source $srcdir/diag.sh seq-check 39999
+source $srcdir/diag.sh seq-check 0 39999
source $srcdir/diag.sh exit