From: Andy Polyakov Date: Mon, 12 Oct 2015 20:31:20 +0000 (+0200) Subject: testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take care of... X-Git-Tag: OpenSSL_1_1_0-pre1~430 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2d2a83543f757cf3a48a1a0e412aee183a6d539b;p=oweals%2Fopenssl.git testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take care of itself. Reviewed-by: Richard Levitte --- diff --git a/test/testlib/OpenSSL/Test.pm b/test/testlib/OpenSSL/Test.pm index 453e3d79de..06accb5a52 100644 --- a/test/testlib/OpenSSL/Test.pm +++ b/test/testlib/OpenSSL/Test.pm @@ -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 = ();