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:
8b9b236
)
cms-test.pl: use EXE_EXT (from HEAD).
author
Andy Polyakov
<appro@openssl.org>
Thu, 26 Nov 2009 21:12:12 +0000
(21:12 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 26 Nov 2009 21:12:12 +0000
(21:12 +0000)
PR: 2107
test/cms-test.pl
patch
|
blob
|
history
diff --git
a/test/cms-test.pl
b/test/cms-test.pl
index ea7c2bd847b6f6479e9787570991d0de55d33a71..6ad78834649bb9b647163c869ea642e115221841 100644
(file)
--- a/
test/cms-test.pl
+++ b/
test/cms-test.pl
@@
-55,12
+55,9
@@
my $ossl_path;
-if ( -f "../apps/openssl" ) {
+if ( -f "../apps/openssl
$ENV{EXE_EXT}
" ) {
$ossl_path = "../util/shlib_wrap.sh ../apps/openssl";
}
-elsif ( -f "../apps/openssl.exe" ) {
- $ossl_path = "../util/shlib_wrap.sh ../apps/openssl.exe";
-}
elsif ( -f "..\\out32dll\\openssl.exe" ) {
$ossl_path = "..\\out32dll\\openssl.exe";
}