X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Fcommon.sh;h=eb60743d89a21087bd6e1fff1e7b9699037f9099;hb=03730b2a293d37f2cae5abb9491ee052b24f657e;hp=d2b3459cee64123b75e81d65f3b80123c50e6aff;hpb=9fb20ff647d6d494d99184875d2c60586107d34c;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/common.sh b/tests/common.sh index d2b3459..eb60743 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -34,6 +34,9 @@ abort() { stop_servers exit 1 } +tlsproxy_setup() { + "$srcdir/../src/tlsproxy-setup" >/dev/null 2>/dev/null +} tlsproxy() { ../src/tlsproxy -d2 "$@" >tlsproxy-log 2>&1 & pid_tlsproxy=$!