mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: moved config files to data/
This commit is contained in:
@@ -27,7 +27,7 @@ PORT=4498
|
||||
echo "Testing whether cookies will remain valid during the session time... "
|
||||
rm -f ${srcdir}/pid.$$
|
||||
|
||||
launch_server -d 1 -f -c ${srcdir}/test-cookie-timeout-2.config & PID=$!
|
||||
launch_server -d 1 -f -c ${srcdir}/data/test-cookie-timeout-2.config & PID=$!
|
||||
wait_server $PID
|
||||
|
||||
echo "Connecting to obtain cookie... "
|
||||
|
||||
Reference in New Issue
Block a user