summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-07 19:03:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-07 19:03:02 +0100
commit027e6434c97c102d6c67648a49cb1ccc378346d2 (patch)
tree2d141831d11fc03593c1908138734c4c2b5646b3
parent5709b056c5be16df1f1a2369a737e40711f20979 (diff)
downloadrsyslog-027e6434c97c102d6c67648a49cb1ccc378346d2.tar.gz
rsyslog-027e6434c97c102d6c67648a49cb1ccc378346d2.tar.xz
rsyslog-027e6434c97c102d6c67648a49cb1ccc378346d2.zip
small bug in testbench, wrong config file pulled in one test
-rwxr-xr-xtests/imtcp_conndrop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/imtcp_conndrop.sh b/tests/imtcp_conndrop.sh
index 2caa0ce2..9855ee3b 100755
--- a/tests/imtcp_conndrop.sh
+++ b/tests/imtcp_conndrop.sh
@@ -6,7 +6,7 @@ echo ===========================================================================
echo TEST: \[imtcp_conndrop.sh\]: test imtcp with random connection drops
cat rsyslog.action.1.include
source $srcdir/diag.sh init
-source $srcdir/diag.sh startup imptcp_large.conf
+source $srcdir/diag.sh startup imtcp_conndrop.conf
# 100 byte messages to gain more practical data use
source $srcdir/diag.sh tcpflood -c20 -m50000 -r -d100 -P129 -D
sleep 4 # due to large messages, we need this time for the tcp receiver to settle...