X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=test%2Frecipes%2F25-test_req.t;fp=test%2Frecipes%2F25-test_req.t;h=084d70bca54f769e6ce4c9cee6deb73671895678;hb=53d0d01fd48867494be4c33faf0604cd58458c9d;hp=5f3598c71d52eed2d66cf5f1fe51a5b9091aa4c3;hpb=3a1d2b59522163ebb83bb68e13c896188dc222c6;p=openssl.git diff --git a/test/recipes/25-test_req.t b/test/recipes/25-test_req.t index 5f3598c71d..084d70bca5 100644 --- a/test/recipes/25-test_req.t +++ b/test/recipes/25-test_req.t @@ -31,6 +31,10 @@ if (disabled("rsa")) { note("There should not be more that at most 80 per line"); } +# Prevent MSys2 filename munging for arguments that look like file paths but +# aren't +$ENV{MSYS2_ARG_CONV_EXCL} = "/CN="; + # Check for duplicate -addext parameters, and one "working" case. my @addext_args = ( "openssl", "req", "-new", "-out", "testreq.pem", "-key", srctop_file("test", "certs", "ee-key.pem"),