From 9554bbeb14551f746ed78ad8aacff1d27a992023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Thu, 22 Nov 2018 08:07:13 +0100 Subject: [PATCH] test cleanup --- tests/testsign.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/testsign.sh b/tests/testsign.sh index 04efb73..22919ba 100755 --- a/tests/testsign.sh +++ b/tests/testsign.sh @@ -11,7 +11,7 @@ if [ ! -f putty.exe ]; then exit 1 fi -rm -f key.* cert.* +rm -f cert.pem cert.spc key.der key.p12 key.pem key.pvk keyp.pem keytool -genkey \ -alias selfsigned -keysize 2048 -keyalg RSA -keypass passme -storepass passme -keystore key.ks << EOF @@ -54,6 +54,8 @@ openssl crl2pkcs7 -nocrl -certfile cert.pem -outform DER -out cert.spc ../osslsigncode sign -pkcs12 key.p12 -pass passme putty.exe putty5.exe ../osslsigncode sign -certs cert.spc -key key.pvk -pass passme putty.exe putty6.exe +rm -f cert.pem cert.spc key.der key.p12 key.pem key.pvk keyp.pem + echo "" echo ""