From 2d2a83543f757cf3a48a1a0e412aee183a6d539b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 12 Oct 2015 22:31:20 +0200 Subject: [PATCH] testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take care of itself. Reviewed-by: Richard Levitte --- test/testlib/OpenSSL/Test.pm | 2 -- 1 file changed, 2 deletions(-) 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 = (); -- 2.34.1