X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Ftesttsa;h=e403d9ee31180fec5b76e629b66b241cbb21db2a;hb=79fe664f19489870ae24b4d0e11830a7624ca9d6;hp=746aa258d6ab360cc37e62758bf9d97592498899;hpb=dc24110311b9bfc07b2699ae365e7a3820621655;p=openssl.git diff --git a/test/testtsa b/test/testtsa index 746aa258d6..e403d9ee31 100644 --- a/test/testtsa +++ b/test/testtsa @@ -10,13 +10,16 @@ export SH PATH OPENSSL_CONF="../CAtsa.cnf" export OPENSSL_CONF +# Because that's what ../apps/CA.sh really looks at +SSLEAY_CONFIG="-config $OPENSSL_CONF" +export SSLEAY_CONFIG -OPENSSL="../util/opensslwrap.sh" +OPENSSL="`pwd`/../util/opensslwrap.sh" export OPENSSL error () { - echo "ERROR DURING TSA TESTS!!!!!!!!!!!!!!!!" >&2 + echo "TSA test failed!" >&2 exit 1 } @@ -36,36 +39,29 @@ clean_up_dir () { create_ca () { echo "Creating a new CA for the TSA tests..." - /bin/rm -fr demoCA - $SH ../../apps/CA.sh -newca <