diff options
Diffstat (limited to 'tests/testrsa.sh')
-rwxr-xr-x | tests/testrsa.sh | 3 |
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 | ||
7 | cmd=../apps/openssl | 7 | cmd=../apps/openssl |
8 | if [ -e ../apps/openssl.exe ]; then | ||
9 | cmd=../apps/openssl.exe | ||
10 | fi | ||
8 | 11 | ||
9 | if [ -z $srcdir ]; then | 12 | if [ -z $srcdir ]; then |
10 | srcdir=. | 13 | srcdir=. |