From b917d492ee480e565b7fe9b9b1f871e719c83064 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 23 Oct 2018 14:52:33 +0300 Subject: Remove test workaround after build2 fix --- openssl/agent/pkcs11/private-key.test.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl/agent/pkcs11/private-key.test.testscript b/openssl/agent/pkcs11/private-key.test.testscript index 0adaed1..02bc6fe 100644 --- a/openssl/agent/pkcs11/private-key.test.testscript +++ b/openssl/agent/pkcs11/private-key.test.testscript @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -url = 'pkcs11:token=name:cppget.org;object=SIGN%20key?pin-value=123123' +#url = 'pkcs11:token=name:cppget.org;object=SIGN%20key?pin-value=123123' : sign : @@ -10,7 +10,7 @@ url = 'pkcs11:token=name:cppget.org;object=SIGN%20key?pin-value=123123' : must match the token PIN. In the worst case the test may reset the token # PIN. : -if (false) +if ("$url" != "") { $* "$url" <'test' | base64 >>EOO jbTa3H3F2KHGbzDW/FaI5oeqPQknxyKhgbl6eDZlEzwaXKhRXueQNC1TMwc5HgWtuUWoJYkdTmpI -- cgit v1.1