From b00a6d0666f13b5206b6fcb21479281270169584 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 1 Sep 2013 21:55:16 +0200 Subject: [PATCH] Fix tincd logfile location when running tests. --- test/testlib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testlib.sh b/test/testlib.sh index 635bafe3..d60b9da5 100644 --- a/test/testlib.sh +++ b/test/testlib.sh @@ -34,8 +34,8 @@ c3="--config=$d3 --pidfile=$d3/pid" # Arguments when running tincd r1="--logfile=$d1/log -d5" -r2="--logfile=$d1/log -d5" -r3="--logfile=$d1/log -d5" +r2="--logfile=$d2/log -d5" +r3="--logfile=$d3/log -d5" # Exit on errors, log all commands being executed -- 2.20.1