aboutsummaryrefslogtreecommitdiffstats
path: root/testing/do-tests
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-03-22 11:30:59 +0100
committerMartin Willi <martin@revosec.ch>2013-03-26 10:31:29 +0100
commitb5f3c1f7854994dc2d26aba7e9eaf50fef6f7033 (patch)
tree0653c8b8f9bf5e4a731a59e66cf4cb2d7f7fbd7a /testing/do-tests
parent0ba884234805dead2bb2b06a386a9b1c818771d7 (diff)
downloadstrongswan-b5f3c1f7854994dc2d26aba7e9eaf50fef6f7033.tar.bz2
strongswan-b5f3c1f7854994dc2d26aba7e9eaf50fef6f7033.tar.xz
Define SSHCONF from strongswan testing directory, not TESTDIR
This fixes the use of SSHCONF in the ssh wrapper script before ./do-tests had a chance to create the required symlinks.
Diffstat (limited to 'testing/do-tests')
-rwxr-xr-xtesting/do-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/do-tests b/testing/do-tests
index f976e893f..d70c12c51 100755
--- a/testing/do-tests
+++ b/testing/do-tests
@@ -17,6 +17,7 @@
DIR=$(dirname `readlink -f $0`)
. $DIR/testing.conf
. $DIR/scripts/function.sh
+SSHCONF="-F $DIR/ssh_config"
[ -d $DIR/hosts ] || die "Directory 'hosts' not found"
[ -d $DIR/tests ] || die "Directory 'tests' not found"