diff options
Diffstat (limited to 'tests/testrsa.sh')
-rwxr-xr-x | tests/testrsa.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testrsa.sh b/tests/testrsa.sh index cb4e28d..c96ad25 100755 --- a/tests/testrsa.sh +++ b/tests/testrsa.sh | |||
@@ -30,4 +30,6 @@ if [ $? != 0 ]; then | |||
30 | exit 1; | 30 | exit 1; |
31 | fi | 31 | fi |
32 | 32 | ||
33 | rm -f rsacert.pem rsakey.pem | ||
34 | |||
33 | exit 0 | 35 | exit 0 |