Fix tincd logfile location when running tests.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 1 Sep 2013 19:55:16 +0000 (21:55 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 1 Sep 2013 19:55:16 +0000 (21:55 +0200)
test/testlib.sh

index 635bafe332556700c96d4b1719719473064f41d4..d60b9da5b37e6f6cd4c08f99b6b5e02bf2e5f490 100644 (file)
@@ -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