mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: replaced explicit ports with random assignment
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -21,7 +21,6 @@ SERV="${SERV:-../src/ocserv}"
|
||||
srcdir=${srcdir:-.}
|
||||
builddir=${builddir:-.}
|
||||
NO_NEED_ROOT=1
|
||||
PORT=4439
|
||||
OUTFILE=test-gssapi-opt-pass.$$.tmp
|
||||
|
||||
connect()
|
||||
@@ -68,6 +67,8 @@ fi
|
||||
|
||||
. `dirname $0`/common.sh
|
||||
|
||||
eval "${GETPORT}"
|
||||
|
||||
echo "Testing local backend with gssapi and password fallback... "
|
||||
|
||||
VERBOSE=1
|
||||
|
||||
Reference in New Issue
Block a user