summaryrefslogtreecommitdiffstats
path: root/test/cms-test.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-05-20 17:35:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-05-20 17:35:37 +0000
commitd497b5362bede66a7605458032056b5835220afb (patch)
tree6fdc288cf1e8983b81a86fe5b79988430d6a6fff /test/cms-test.pl
parent369b0abdc2df14a29eeb19fec989df1fe7bf1786 (diff)
oops, typo
Diffstat (limited to 'test/cms-test.pl')
-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";
}