summaryrefslogtreecommitdiffstats
path: root/tests/linkedlistqueue.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/linkedlistqueue.sh')
-rwxr-xr-xtests/linkedlistqueue.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/linkedlistqueue.sh b/tests/linkedlistqueue.sh
index aac1abb6..aa574bd1 100755
--- a/tests/linkedlistqueue.sh
+++ b/tests/linkedlistqueue.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 -e39999
if [ "$?" -ne "0" ]; then
# rm -f work rsyslog.out.log
echo "sequence error detected"