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:
parent
82987e6119
commit
2d2a83543f
@ -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 = ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user