OSSL_STORE: Avoid testing with URIs on the mingw command line
authorRichard Levitte <levitte@openssl.org>
Fri, 1 Sep 2017 20:42:49 +0000 (22:42 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 3 Sep 2017 08:21:01 +0000 (10:21 +0200)
commit79120f46a2d79432e14b879e8c0f04a210c37970
treec664c09d91d8df75cd0b9ddf2cf134d68d94cf2d
parent02eca5c640ced75805ff576c4845b33b77e4753a
OSSL_STORE: Avoid testing with URIs on the mingw command line

Some URIs get "mistreated" (converted) by the MSYS run-time.
Unfortunately, avoiding this conversion doesn't help either.

    http://www.mingw.org/wiki/Posix_path_conversion

Fixes #4314

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4322)
test/recipes/90-test_store.t