X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Ftests-authentication.sh;h=7db352b36fa8e5228414f9f9083535f35f37fbb6;hb=9f38c8cb636332e9b5b5f8bd0d6408c72eb68e2e;hp=1ad5bc788b5d90fbbf0159674de6a59c29c8ce87;hpb=a84000d1d2806c296bfc0fa4b505b5d5ef750715;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/tests-authentication.sh b/tests/tests-authentication.sh index 1ad5bc7..7db352b 100755 --- a/tests/tests-authentication.sh +++ b/tests/tests-authentication.sh @@ -26,10 +26,10 @@ test "x$srcdir" = x && srcdir=. cleanup tlsproxy_setup -echo 'dXNlcm5hbWU6cGFzc3dvcmQ=' > digest-authentication -tlsproxy -a digest-authentication 4711 -server --x509certfile "$srcdir/server.pem" \ - --x509keyfile "$srcdir/server-key.pem" +echo 'dXNlcm5hbWU6cGFzc3dvcmQ=' >digest-authentication +tlsproxy_background -a digest-authentication 4711 +server_background --x509certfile "$srcdir/server.pem" \ + --x509keyfile "$srcdir/server-key.pem" wait_for_ports 4711 4712 rm -f digest-authentication