diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-07 14:47:13 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:54 +0100 |
commit | 7fa27191855eaf828ec3dcf90385e0782f74d2e2 (patch) | |
tree | 6111516a4a163a10c443889703f4b21e3be73897 | |
parent | bc3cc45e8bfc9ea00faed7d76591f2a6ec078bf2 (diff) | |
download | strongswan-7fa27191855eaf828ec3dcf90385e0782f74d2e2.tar.bz2 strongswan-7fa27191855eaf828ec3dcf90385e0782f74d2e2.tar.xz |
Set default TESTDIR to /srv/strongswan-testing
-rw-r--r-- | testing/testing.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 196fe813b..6599334e0 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -15,7 +15,7 @@ # for more details. # Root directory of testing -TESTDIR=~/strongswan-testing +TESTDIR=/srv/strongswan-testing # Kernel configuration KERNELVERSION=3.5.3 |