summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-11-23 20:28:17 +0000
committerAndy Polyakov <appro@openssl.org>2009-11-23 20:28:17 +0000
commit451038b40c47d5ed76ac6622dd2bd7c3c7372a57 (patch)
tree7e32a675e22600890579036536cce16e5f8d1955 /test
parent7766bc1a191d48f6f11b8eab3a765c2843602cd5 (diff)
cms-test.pl: use EXE_EXT.
PR: 2107
Diffstat (limited to 'test')
-rw-r--r--test/cms-test.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/cms-test.pl b/test/cms-test.pl
index ea7c2bd847..6ad7883464 100644
--- 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";
}