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.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
DIR=$(dirname `readlink -f $0`)
|
||||
. $DIR/../testing.conf
|
||||
. $DIR/function.sh
|
||||
SSHCONF="-F $DIR/../ssh_config"
|
||||
|
||||
testname=$1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user