summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-30 11:09:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-30 11:09:15 +0200
commita6bda9b93f21cdbec1d7312078535eb092f32cb0 (patch)
treee1b62c000eea2b81e0e67694b2d8129e252f830c /tests
parentfeeb622c4e0c622559df803f8df6da39bf3015e7 (diff)
downloadrsyslog-a6bda9b93f21cdbec1d7312078535eb092f32cb0.tar.gz
rsyslog-a6bda9b93f21cdbec1d7312078535eb092f32cb0.tar.xz
rsyslog-a6bda9b93f21cdbec1d7312078535eb092f32cb0.zip
bugfix: discard action did not work (did not discard messages)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/discard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/discard.sh b/tests/discard.sh
index b230bc11..0fafc7d9 100755
--- a/tests/discard.sh
+++ b/tests/discard.sh
@@ -12,5 +12,5 @@ sleep 4
source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 10 1
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown
-source $srcdir/diag.sh seq-check 2 10
+source $srcdir/diag.sh seq-check 10 -s2
source $srcdir/diag.sh exit