summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta-oe/recipes-support/xmlsec1/xmlsec1/run-ptest4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/run-ptest b/meta-oe/recipes-support/xmlsec1/xmlsec1/run-ptest
index a203c38f27..afd8c69853 100755
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1/run-ptest
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1/run-ptest
@@ -34,8 +34,8 @@ check_return verify-single-key
34 34
35echo "---------------------------------------------------" 35echo "---------------------------------------------------"
36echo "Verifying a signature with keys manager..." 36echo "Verifying a signature with keys manager..."
37./verify2 sign1-res.xml rsapub.pem 37./verify2 sign1-res.xml rsakey.pem
38./verify2 sign2-res.xml rsapub.pem 38./verify2 sign2-res.xml rsakey.pem
39check_return verify-keys-manager 39check_return verify-keys-manager
40 40
41echo "---------------------------------------------------" 41echo "---------------------------------------------------"