summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-28 15:57:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-28 15:57:39 +0200
commitcbbf1586a204a897a050b6cb294b120e3ff5f23c (patch)
tree2eb542dbfa702bdf8e560ab808caf4cc6ba7495b /tests
parent7860e4a393995662e5f82f0ecbb84dd28c7f0297 (diff)
downloadrsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.tar.gz
rsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.tar.xz
rsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.zip
some cleanup & fix make distcheck
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/testsuites/arrayqueue.conf2
-rw-r--r--tests/testsuites/da-mainmsg-q.conf2
-rw-r--r--tests/testsuites/linkedlistqueue.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 14d15247..a0723c9d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,7 +43,7 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/rfc5424-4.parse1 \
testsuites/omod-if-array.conf \
testsuites/1.omod-if-array \
- testsuites/1.field1-if-array \
+ testsuites/1.field1 \
killrsyslog.sh \
parsertest.sh \
fieldtest.sh \
diff --git a/tests/testsuites/arrayqueue.conf b/tests/testsuites/arrayqueue.conf
index 44b9920b..c5874a83 100644
--- a/tests/testsuites/arrayqueue.conf
+++ b/tests/testsuites/arrayqueue.conf
@@ -1,6 +1,6 @@
# Test for queue fixedArray mode (see .sh file for details)
# rgerhards, 2009-04-17
-$IncludeConfig testsuites/diag-common.conf
+$IncludeConfig diag-common.conf
$ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000
diff --git a/tests/testsuites/da-mainmsg-q.conf b/tests/testsuites/da-mainmsg-q.conf
index c1e8cb01..843a3e4f 100644
--- a/tests/testsuites/da-mainmsg-q.conf
+++ b/tests/testsuites/da-mainmsg-q.conf
@@ -4,7 +4,7 @@ $ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000
$InputTCPServerRun 13514
-$IncludeConfig testsuites/diag-common.conf
+$IncludeConfig diag-common.conf
# set spool locations and switch queue to disk assisted mode
$WorkDirectory test-spool
diff --git a/tests/testsuites/linkedlistqueue.conf b/tests/testsuites/linkedlistqueue.conf
index 321678a5..92a9649c 100644
--- a/tests/testsuites/linkedlistqueue.conf
+++ b/tests/testsuites/linkedlistqueue.conf
@@ -1,6 +1,6 @@
# Test for queue LinkedList mode (see .sh file for details)
# rgerhards, 2009-04-17
-$IncludeConfig testsuites/diag-common.conf
+$IncludeConfig diag-common.conf
$ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000