summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-24 14:42:14 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-24 14:42:14 +0100
commit876294adac24792ffc95f075a9b5b79e2b99a1b2 (patch)
treeb0185f699e35b743e9b57b25b7e6043f11030e56
parentbc5c178cfb3f2ecd606ecb2d1327b869e58f5f57 (diff)
downloadrsyslog-876294adac24792ffc95f075a9b5b79e2b99a1b2.tar.gz
rsyslog-876294adac24792ffc95f075a9b5b79e2b99a1b2.tar.xz
rsyslog-876294adac24792ffc95f075a9b5b79e2b99a1b2.zip
bugfix: testbench failed when omuxsock was not selected in ./configure
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1f0de728..694b28ab 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,7 +36,6 @@ TESTS = $(TESTRUNS) cfg.sh \
complex1.sh \
queue-persist.sh \
pipeaction.sh \
- uxsock_simple.sh \
execonlyonce.sh \
execonlywhenprevsuspended.sh \
execonlywhenprevsuspended2.sh \
@@ -58,6 +57,10 @@ TESTS += \
imptcp_conndrop.sh
endif
+if ENABLE_OMUXSOCK
+TESTS += uxsock_simple.sh
+endif
+
if ENABLE_OMUDPSPOOF
TESTS += sndrcv_omudpspoof.sh \
sndrcv_omudpspoof_nonstdpt.sh