aboutsummaryrefslogtreecommitdiff
path: root/tests/testdsa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdsa.sh')
-rwxr-xr-xtests/testdsa.sh3
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
7cmd=../apps/openssl 7cmd=../apps/openssl
8if [ -e ../apps/openssl.exe ]; then
9 cmd=../apps/openssl.exe
10fi
8 11
9if [ -z $srcdir ]; then 12if [ -z $srcdir ]; then
10 srcdir=. 13 srcdir=.