X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftesttsa;h=bb653b5f73d6f5761ab564e02ddc035bd4cecb01;hp=626a7022bfd9d42279cdde4615e4b6f4e3b64eda;hb=f0170ebb977cd4307d5430281fa8bf1226bc70fd;hpb=7ce1d9e9a6610c3d3c5f68a7fec4177e472a8c84 diff --git a/test/testtsa b/test/testtsa index 626a7022bf..bb653b5f73 100644 --- a/test/testtsa +++ b/test/testtsa @@ -5,7 +5,11 @@ # SH="/bin/sh" -PATH=../../apps:$PATH +if test "$OSTYPE" = msdosdjgpp; then + PATH="../apps\;$PATH" +else + PATH="../apps:$PATH" +fi export SH PATH OPENSSL_CONF="../CAtsa.cnf" @@ -39,36 +43,29 @@ clean_up_dir () { create_ca () { echo "Creating a new CA for the TSA tests..." - /bin/rm -fr demoCA - $SH ../../apps/CA.sh -newca <