- test set didnt abort if p15_validate failed

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1131 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-05-16 07:42:26 +00:00
parent 30c094395a
commit d34eb0e3b5
1 changed files with 1 additions and 2 deletions

View File

@ -246,9 +246,8 @@ function p15_store_key {
function p15_validate {
msg "Validating card using pkcs11-tool"
yes x |
run_display_output $p11tool -t --pin 0000 \
--slot-label "OpenSC Test Card" $*
--slot-label "OpenSC Test Card" $* < /dev/null
success
}