From: Simon Ruderich Date: Sun, 28 Jul 2013 11:48:53 +0000 (+0200) Subject: tests: Remove tmp in cleanup(). X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=2405001c22e3e9109a3640de8db4152b68ff922b tests: Remove tmp in cleanup(). --- diff --git a/tests/common.sh b/tests/common.sh index 587b5f8..c66fa55 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -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 } diff --git a/tests/tests-normal.sh b/tests/tests-normal.sh index 01621ea..3b50f71 100755 --- a/tests/tests-normal.sh +++ b/tests/tests-normal.sh @@ -113,6 +113,5 @@ test_invalid_certificate stop_servers cleanup -rm -f tmp exit 0 diff --git a/tests/tests-passthrough.sh b/tests/tests-passthrough.sh index 9fb747e..4b4e3b2 100755 --- a/tests/tests-passthrough.sh +++ b/tests/tests-passthrough.sh @@ -117,6 +117,5 @@ test_invalid_certificate stop_servers cleanup -rm -f tmp exit 0