]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
tests: Remove tmp in cleanup().
authorSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 11:48:53 +0000 (13:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 11:48:53 +0000 (13:48 +0200)
tests/common.sh
tests/tests-normal.sh
tests/tests-passthrough.sh

index 587b5f897f56e3b97b5c61a7addb07bd3a824d57..c66fa55216815bb68861a71554db00958bd88a20 100644 (file)
@@ -21,6 +21,7 @@ set -e
 
 cleanup() {
     rm -f \
+        tmp \
         certificate-localhost-proxy.pem certificate-localhost-server.pem \
         proxy-ca-key.pem proxy-ca.pem proxy-invalid.pem proxy-key.pem
 }
index 01621eab18fe3348f9ef4820db4a9718d0a65945..3b50f711119d0e95309cfd1dacba9a5dc271d9c3 100755 (executable)
@@ -113,6 +113,5 @@ test_invalid_certificate
 
 stop_servers
 cleanup
-rm -f tmp
 
 exit 0
index 9fb747ed645cb66c24bb2601e625fb1035727fc5..4b4e3b252262132a21e426d3cf53fb6f8fbad062 100755 (executable)
@@ -117,6 +117,5 @@ test_invalid_certificate
 
 stop_servers
 cleanup
-rm -f tmp
 
 exit 0