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