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:
369b0ab
)
oops, typo
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 20 May 2010 17:35:37 +0000
(17:35 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 20 May 2010 17:35:37 +0000
(17:35 +0000)
test/cms-test.pl
patch
|
blob
|
history
diff --git
a/test/cms-test.pl
b/test/cms-test.pl
index e5122bfb19f23349cdbfe538624958e69f2de123..9c50dff3e9a3c3291ed91857da7ec26bba7b2d59 100644
(file)
--- a/
test/cms-test.pl
+++ b/
test/cms-test.pl
@@
-58,6
+58,7
@@
my $redir = " 2>cms.err 1>cms.out";
# Make MSYS work
if ( $^O eq "MSWin32" && -f "../apps/openssl.exe" ) {
$ossl_path = "cmd /c ..\\apps\\openssl";
+}
elsif ( -f "../apps/openssl$ENV{EXE_EXT}" ) {
$ossl_path = "../util/shlib_wrap.sh ../apps/openssl";
}