aboutsummaryrefslogtreecommitdiff
path: root/tests/testrsa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testrsa.sh')
-rwxr-xr-xtests/testrsa.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testrsa.sh b/tests/testrsa.sh
index c96ad25..b72e760 100755
--- a/tests/testrsa.sh
+++ b/tests/testrsa.sh
@@ -5,6 +5,9 @@
5#Test RSA certificate generation of openssl 5#Test RSA certificate generation of openssl
6 6
7cmd=../apps/openssl 7cmd=../apps/openssl
8if [ -e ../apps/openssl.exe ]; then
9 cmd=../apps/openssl.exe
10fi
8 11
9if [ -z $srcdir ]; then 12if [ -z $srcdir ]; then
10 srcdir=. 13 srcdir=.