aboutsummaryrefslogtreecommitdiff
path: root/tests/testrsa.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2015-05-06 22:53:28 -0500
committerBrent Cook <busterb@gmail.com>2015-05-06 22:53:28 -0500
commitabd0688b18fad9b218f5557f63518937a334b5a2 (patch)
tree24c22c1953a7679cb9ac12fcb9a7df69dc39edbe /tests/testrsa.sh
parent51bfd4921a18552b72ecc15f282e52116c136554 (diff)
downloadportable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.gz
portable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.bz2
portable-abd0688b18fad9b218f5557f63518937a334b5a2.zip
distcheck fixes
Diffstat (limited to 'tests/testrsa.sh')
-rwxr-xr-xtests/testrsa.sh2
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;
31fi 31fi
32 32
33rm -f rsacert.pem rsakey.pem
34
33exit 0 35exit 0