]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - tests/tests-passthrough.sh
tests/tests-*.sh: Remove unnecessary calls to tlsproxy-add.
[tlsproxy/tlsproxy.git] / tests / tests-passthrough.sh
index eb40a02d7027cb0981a6f043f855a977c3e5e850..0407d411c9e41852a1360b7e93cac74cf02ca03a 100755 (executable)
@@ -48,18 +48,16 @@ test_invalid_certificate
 # Create the proxy certificate.
 $srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
     >/dev/null 2>/dev/null
-rm -f certificate-localhost-server.pem
 
 echo missing server certificate
+mv certificate-localhost-server.pem .pem
 client localhost 4712 'test server' || abort
+mv .pem certificate-localhost-server.pem
 test_proxy_successful
 test_invalid_certificate
 
-# Create the proxy and server certificate.
-$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
-    >/dev/null 2>/dev/null
-
 echo normal connection
+# 'localhost' is the CN of tlsproxy's certificate.
 client localhost 4712 localhost || abort
 test_proxy_successful
 test_no_invalid_certificate
@@ -87,17 +85,14 @@ test_invalid_certificate
 # Create the proxy certificate.
 $srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
     >/dev/null 2>/dev/null
-rm -f certificate-localhost-server.pem
 
 echo mitm missing server certificate
+mv certificate-localhost-server.pem .pem
 client localhost 4712 'test server bad' || abort
+mv .pem certificate-localhost-server.pem
 test_proxy_successful
 test_invalid_certificate
 
-# Create the proxy and server certificate.
-$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
-    >/dev/null 2>/dev/null
-
 echo mitm normal connection
 client localhost 4712 invalid || abort
 test_proxy_successful