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