X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestca;h=b109cfe271f329919b1f0cb3521ddb63da6f957d;hp=a28402f9ca79fa2187d1c19b808066637d3c7cd0;hb=9f9ab1dc667186c533454c87f70295fcb67b4e8a;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726 diff --git a/test/testca b/test/testca index a28402f9ca..b109cfe271 100644 --- a/test/testca +++ b/test/testca @@ -1,12 +1,19 @@ #!/bin/sh SH="/bin/sh" -PATH=../apps:$PATH +if test "$OSTYPE" = msdosdjgpp; then + PATH="../apps\;$PATH" +else + PATH="../apps:$PATH" +fi export SH PATH SSLEAY_CONFIG="-config CAss.cnf" export SSLEAY_CONFIG +OPENSSL="`pwd`/../util/opensslwrap.sh" +export OPENSSL + /bin/rm -fr demoCA $SH ../apps/CA.sh -newca <