tests: test-cookie-invalidation add a time wait after client termination

That ensures that the client is already terminated when the final check
starts.
This commit is contained in:
Nikos Mavrogiannopoulos
2015-11-27 09:36:39 +01:00
parent dad2181261
commit be77cdf671

View File

@@ -73,6 +73,7 @@ if test $? != 0;then
fi
rm -f "${PIDFILE2}"
sleep 3
echo "Proper termination and connecting again with same (invalidated) cookie... "
#( echo "test" | $OPENCONNECT -q localhost:$PORT -u test -C "$COOKIE" --servercert=d66b507ae074d03b02eafca40d35f87dd81049d3 --cookieonly >/dev/null 2>&1 ) ||