X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Fcommon.sh;h=eb60743d89a21087bd6e1fff1e7b9699037f9099;hb=94b7d1f951f5707dfc47c3ab48c0889af8b0ed9d;hp=d2b3459cee64123b75e81d65f3b80123c50e6aff;hpb=8b2ed4a58229f9b377f3a4ae74af36c31c5db1c0;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=$!