]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - tests/tests-authentication.sh
tests: Minor cleanup of shell scripts.
[tlsproxy/tlsproxy.git] / tests / tests-authentication.sh
index 1ad5bc788b5d90fbbf0159674de6a59c29c8ce87..7db352b36fa8e5228414f9f9083535f35f37fbb6 100755 (executable)
@@ -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