projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82987e6
)
testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take care of...
author
Andy Polyakov
<appro@openssl.org>
Mon, 12 Oct 2015 20:31:20 +0000
(22:31 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 13 Oct 2015 17:48:28 +0000
(19:48 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/testlib/OpenSSL/Test.pm
patch
|
blob
|
history
diff --git
a/test/testlib/OpenSSL/Test.pm
b/test/testlib/OpenSSL/Test.pm
index 453e3d79deb5a89d8aa9bc3f075ec87587d65675..06accb5a527e01fa69e4546b56b0025f212e5be7 100644
(file)
--- 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 = ();