diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-02-24 12:33:16 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-02-24 12:33:16 +0100 |
commit | bc5c178cfb3f2ecd606ecb2d1327b869e58f5f57 (patch) | |
tree | ef2603bd82ea2f57ad5497b155b2f2c45c1f5686 | |
parent | ee065f1cb55be56da6ed12b35cd0e686abcb3a10 (diff) | |
download | rsyslog-bc5c178cfb3f2ecd606ecb2d1327b869e58f5f57.tar.gz rsyslog-bc5c178cfb3f2ecd606ecb2d1327b869e58f5f57.tar.xz rsyslog-bc5c178cfb3f2ecd606ecb2d1327b869e58f5f57.zip |
bugfix: testbench failed when imptcp was not selected
-rw-r--r-- | tests/Makefile.am | 2 |
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 |