testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take care of itself.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Andy Polyakov 2015-10-12 22:31:20 +02:00
parent 82987e6119
commit 2d2a83543f

View File

@ -284,8 +284,6 @@ sub run {
my $prefix = "";
if ( $^O eq "VMS" ) { # VMS
$prefix = "pipe ";
} elsif ($^O eq "MSWin32") { # MSYS
$prefix = "cmd /c ";
}
my @r = ();