diff --git a/test/testlib/OpenSSL/Test.pm b/test/testlib/OpenSSL/Test.pm index 453e3d79d..06accb5a5 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 = ();