summaryrefslogtreecommitdiffstats
path: root/tests/arrayqueue.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arrayqueue.sh')
-rwxr-xr-xtests/arrayqueue.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arrayqueue.sh b/tests/arrayqueue.sh
index 5b8ebb5f..7791ed57 100755
--- a/tests/arrayqueue.sh
+++ b/tests/arrayqueue.sh
@@ -17,7 +17,7 @@ sleep 4 # we need this so that rsyslogd can receive all outstanding messages
kill `cat rsyslog.pid`
rm -f work
sort < rsyslog.out.log > work
-./chkseq work 0 39999
+./chkseq -fwork -e 39999
if [ "$?" -ne "0" ]; then
# rm -f work rsyslog.out.log
echo "sequence error detected"