summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-05-20 17:36:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-05-20 17:36:05 +0000
commitaa6d91e85bb1e1d4f0b9b699f9c048f2408b8677 (patch)
tree49408ee0b3fcbcb2377fc2b1045d3e1ad622b9f8 /test
parentfdce8a355f6faf34f5470a8d3f99ed65ff1af838 (diff)
oops, typo
Diffstat (limited to 'test')
-rw-r--r--test/cms-test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cms-test.pl b/test/cms-test.pl
index e5122bfb19..9c50dff3e9 100644
--- 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";
}