test/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'
authorRichard Levitte <levitte@openssl.org>
Sat, 22 Jul 2017 21:37:06 +0000 (23:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 24 Jul 2017 09:51:54 +0000 (11:51 +0200)
commit9433f9f5d945cd413b3f23f05f6681373f601a4a
tree36ae6d940f603096da3ba9b06810823ce3ee0966
parent8e5cd8b012b0fdab1374aefe70959b781c545b10
test/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'

There's a case when the environment variable OPENSSL_CONF is
useless...  when cross compiling for mingw and your wine environment
has an environment variable OPENSSL_CONF.  The latter will override
anything that's given when starting wine and there make the use of
that environment variable useless in our tests.

Therefore, we should not trust it, and use explicit '-config' options
instead.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3994)

(cherry picked from commit 83e0d090b196f70a9f25ff505d5813745585ef85)
test/recipes/80-test_tsa.t