diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2010-05-20 19:36:05 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2010-05-20 19:36:05 +0200 |
commit | aa6d91e85bb1e1d4f0b9b699f9c048f2408b8677 (patch) | |
tree | 49408ee0b3fcbcb2377fc2b1045d3e1ad622b9f8 /test | |
parent | Update cms-test.pl to handle some Unix like Windows environments where (diff) | |
download | openssl-aa6d91e85bb1e1d4f0b9b699f9c048f2408b8677.tar.xz openssl-aa6d91e85bb1e1d4f0b9b699f9c048f2408b8677.zip |
oops, typo
Diffstat (limited to 'test')
-rw-r--r-- | test/cms-test.pl | 1 |
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"; } |