diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-06 22:53:28 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-06 22:53:28 -0500 |
commit | abd0688b18fad9b218f5557f63518937a334b5a2 (patch) | |
tree | 24c22c1953a7679cb9ac12fcb9a7df69dc39edbe /tests/testdsa.sh | |
parent | 51bfd4921a18552b72ecc15f282e52116c136554 (diff) | |
download | portable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.gz portable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.bz2 portable-abd0688b18fad9b218f5557f63518937a334b5a2.zip |
distcheck fixes
Diffstat (limited to 'tests/testdsa.sh')
-rwxr-xr-x | tests/testdsa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdsa.sh b/tests/testdsa.sh index 413323e..205b564 100755 --- a/tests/testdsa.sh +++ b/tests/testdsa.sh | |||
@@ -30,6 +30,6 @@ if [ $? != 0 ]; then | |||
30 | exit 1; | 30 | exit 1; |
31 | fi | 31 | fi |
32 | 32 | ||
33 | rm testdsa.key | 33 | rm testdsa.key dsa512.pem testdsa.pem |
34 | 34 | ||
35 | exit 0 | 35 | exit 0 |