diff options
author | Brent Cook <busterb@gmail.com> | 2015-06-05 02:31:22 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-06-05 04:50:17 -0500 |
commit | 8eec2f485a9aa4adda7fec46b15771b29c3ac9ee (patch) | |
tree | 5bcecb65026a7c8341049763ed0b68bd17e6a7cc /tests/testdsa.sh | |
parent | d5a09e199a69c4a77b942afdfd2e0dc09a3e4a11 (diff) | |
download | portable-8eec2f485a9aa4adda7fec46b15771b29c3ac9ee.tar.gz portable-8eec2f485a9aa4adda7fec46b15771b29c3ac9ee.tar.bz2 portable-8eec2f485a9aa4adda7fec46b15771b29c3ac9ee.zip |
use correct binary on native windows builds
Diffstat (limited to 'tests/testdsa.sh')
-rwxr-xr-x | tests/testdsa.sh | 3 |
1 files changed, 3 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=. |