summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-11-26 21:12:12 +0000
committerAndy Polyakov <appro@openssl.org>2009-11-26 21:12:12 +0000
commite8dbd66e2b49ec14d273c4d1d6fab2baf391c727 (patch)
treef10ac94edf58e62786fb9bdff90cf1ed0e2cb580 /test
parent8b9b23603f742e8d562c054eb5a88a6681003c78 (diff)
cms-test.pl: use EXE_EXT (from HEAD).
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";
}