diff options
| -rwxr-xr-x | tests/testdsa.sh | 3 | ||||
| -rwxr-xr-x | tests/testenc.sh | 3 | ||||
| -rwxr-xr-x | tests/testrsa.sh | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/testdsa.sh b/tests/testdsa.sh index 205b564..22de755 100755 --- a/tests/testdsa.sh +++ b/tests/testdsa.sh | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | #Test DSA certificate generation of openssl | 5 | #Test DSA 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=. |
diff --git a/tests/testenc.sh b/tests/testenc.sh index 51af0ab..9973c1c 100755 --- a/tests/testenc.sh +++ b/tests/testenc.sh | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | 3 | ||
| 4 | test=p | 4 | test=p |
| 5 | cmd=../apps/openssl | 5 | cmd=../apps/openssl |
| 6 | if [ -e ../apps/openssl.exe ]; then | ||
| 7 | cmd=../apps/openssl.exe | ||
| 8 | fi | ||
| 6 | 9 | ||
| 7 | cat openssl.cnf >$test; | 10 | cat openssl.cnf >$test; |
| 8 | 11 | ||
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=. |
