summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-24 12:33:16 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-24 12:33:16 +0100
commitbc5c178cfb3f2ecd606ecb2d1327b869e58f5f57 (patch)
treeef2603bd82ea2f57ad5497b155b2f2c45c1f5686
parentee065f1cb55be56da6ed12b35cd0e686abcb3a10 (diff)
downloadrsyslog-bc5c178cfb3f2ecd606ecb2d1327b869e58f5f57.tar.gz
rsyslog-bc5c178cfb3f2ecd606ecb2d1327b869e58f5f57.tar.xz
rsyslog-bc5c178cfb3f2ecd606ecb2d1327b869e58f5f57.zip
bugfix: testbench failed when imptcp was not selected
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f66270ab..1f0de728 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,7 +13,6 @@ TESTS = $(TESTRUNS) cfg.sh \
rulesetmultiqueue.sh \
manytcp.sh \
rsf_getenv.sh \
- manyptcp.sh \
imtcp_conndrop.sh \
imtcp_addtlframedelim.sh \
sndrcv.sh \
@@ -53,6 +52,7 @@ TESTS = $(TESTRUNS) cfg.sh \
if ENABLE_IMPTCP
TESTS += \
+ manyptcp.sh \
imptcp_large.sh \
imptcp_addtlframedelim.sh \
imptcp_conndrop.sh