X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestca;h=b109cfe271f329919b1f0cb3521ddb63da6f957d;hp=88c186b6ab847772ba2ab63272f726ceb00ecdd7;hb=0fcb905b0dc55ea219e7d4ab2e52bc6dd15e18ba;hpb=288370ea264fd81c5837a4b70604dc23636c0fea diff --git a/test/testca b/test/testca index 88c186b6ab..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 <