OpenSSL::Test: When prefixing command with $^X on Windows, fix it up!
authorRichard Levitte <levitte@openssl.org>
Sat, 1 May 2021 05:29:27 +0000 (07:29 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 May 2021 08:16:33 +0000 (10:16 +0200)
commit0d6c144e8d0c53e8947e3a76225ea33b3e29abc8
tree686b4dc46dd9ddf0621cc5382527036cb5466643
parentd1a770414acd34c774248ce8efbe202fd7a44041
OpenSSL::Test: When prefixing command with $^X on Windows, fix it up!

The perl interpreter name itself might contain spaces and need quoting.
__fixup_prg() does this for us.

Fixes #14256

Co-authored-by: Tomáš Mráz <tomas@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15084)
util/perl/OpenSSL/Test.pm