提交 2d2a8354 编写于 作者: A Andy Polyakov

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

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 82987e61
......@@ -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 = ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册