summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
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/testsuites
parent7860e4a393995662e5f82f0ecbb84dd28c7f0297 (diff)
downloadrsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.tar.gz
rsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.tar.xz
rsyslog-cbbf1586a204a897a050b6cb294b120e3ff5f23c.zip
some cleanup & fix make distcheck
Diffstat (limited to 'tests/testsuites')
-rw-r--r--tests/testsuites/arrayqueue.conf2
-rw-r--r--tests/testsuites/da-mainmsg-q.conf2
-rw-r--r--tests/testsuites/linkedlistqueue.conf2
3 files changed, 3 insertions, 3 deletions
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