On Fri, 13 Aug 2010 09:46:34 -0300 Klaus Heinrich Kiwi <[email protected]> wrote:
> Add missing parameter to call init_token.sh script. > > Signed-off-by: Klaus Heinrich Kiwi <[email protected]> Applied to master branch. -Klaus > --- > testcases/ock_tests.sh.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/testcases/ock_tests.sh.in b/testcases/ock_tests.sh.in > index 78cf640..f830f25 100755 > --- a/testcases/ock_tests.sh.in > +++ b/testcases/ock_tests.sh.in > @@ -121,7 +121,7 @@ init_slot() > ;; > CCA | ICA | Software) > echo "Initializing $TOKTYPE using init_token.sh" > - if ! $TESTDIR/init_token.sh; then > + if ! $TESTDIR/init_token.sh $1; then > echo "Error initializing $TOKTYPE token" > exit 1 > fi -- Klaus Heinrich Kiwi | [email protected] | http://blog.klauskiwi.com Open Source Security blog : http://www.ratliff.net/blog IBM Linux Technology Center : http://www.ibm.com/linux/ltc ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
