From 2405001c22e3e9109a3640de8db4152b68ff922b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 28 Jul 2013 13:48:53 +0200 Subject: [PATCH] tests: Remove tmp in cleanup(). --- tests/common.sh | 1 + tests/tests-normal.sh | 1 - tests/tests-passthrough.sh | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.43.2