Fix to escape backslashes in prefix
[oweals/openssl.git] / test / cms-test.pl
index 7421f1c19d42493f4aff66dddff07ccfff942694..a84e089ddc4d38d3269f6b856487450945b521fe 100644 (file)
@@ -81,6 +81,7 @@ my @smime_pkcs7_tests = (
     [
         "signed content DER format, RSA key",
         "-sign -in smcont.txt -outform DER -nodetach"
+          . " -certfile $smdir/smroot.pem"
           . " -signer $smdir/smrsa1.pem -out test.cms",
         "-verify -in test.cms -inform DER "
           . " -CAfile $smdir/smroot.pem -out smtst.txt"