aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-10-12 22:31:20 +0200
committerAndy Polyakov <appro@openssl.org>2015-10-13 19:48:28 +0200
commit2d2a83543f757cf3a48a1a0e412aee183a6d539b (patch)
tree8d1add38bc3330bb4bcb981fc6a7512fd1ed4084 /test
parent82987e6119403661c45f781a8b6748941c15ade6 (diff)
downloadopenssl-2d2a83543f757cf3a48a1a0e412aee183a6d539b.tar.gz
testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take care of itself.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/testlib/OpenSSL/Test.pm2
1 files changed, 0 insertions, 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 = ();