From d5d1c537356bced89eaa6bb57066684840171fd4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 13 Nov 2009 13:44:14 +0000 Subject: PR: 2101 Submitted by: Doug Kaufman Approved by: steve@openssl.org Fixes for tests in cms-test.pl --- test/cms-test.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/cms-test.pl b/test/cms-test.pl index ee191b37f1..ea7c2bd847 100644 --- a/test/cms-test.pl +++ b/test/cms-test.pl @@ -58,6 +58,9 @@ my $ossl_path; if ( -f "../apps/openssl" ) { $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"; } @@ -232,7 +235,7 @@ my @smime_cms_tests = ( [ "signed content MIME format, RSA key, signed receipt request", "-sign -in smcont.txt -signer $smdir/smrsa1.pem -nodetach" - . " -receipt_request_to test@openssl.org -receipt_request_all" + . " -receipt_request_to test\@openssl.org -receipt_request_all" . " -out test.cms", "-verify -in test.cms " . " -CAfile $smdir/smroot.pem -out smtst.txt" -- cgit v1.2.3