OSSL_STORE: don't test file: URIs on Mingw
authorRichard Levitte <levitte@openssl.org>
Wed, 30 May 2018 12:25:46 +0000 (14:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 30 May 2018 14:10:42 +0000 (16:10 +0200)
commit1e8d5ea5df61daa46e8874d1f443e0e75211253b
tree2615c33b5f43a25efa91714b98481b5016abe9c9
parent0124f32a01b2b4f4f7146f226b6a9dfe227c4008
OSSL_STORE: don't test file: URIs on Mingw

Under a mingw shell, the command line path conversion either mangles
file: URIs to something useless (file;C:\...) or not at all (which
can't be opened by the Windows C RTL unless we're really lucky), so we
simply skip testing them in that environment.

Fixes #6369

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6376)
test/recipes/90-test_store.t