Added test for CRL file support.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-04-02 12:06:15 +02:00
parent d00319faf4
commit c094a94d19
3 changed files with 39 additions and 2 deletions

View File

@@ -52,6 +52,10 @@ launch_server() {
fi
}
launch_simple_server() {
$SERV $* >/dev/null 2>&1 &
}
launch_debug_server() {
valgrind --leak-check=full $SERV $* >out.txt 2>&1 &
LOCALPID="$!";