jdk/test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh
changeset 20486 628fe9d47885
parent 14786 a9f61e0cbe61
equal deleted inserted replaced
20485:8af87f3d549c 20486:628fe9d47885
     1 #
     1 #
     2 # Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
   141 
   141 
   142 # run test
   142 # run test
   143 cd ${TESTSRC}
   143 cd ${TESTSRC}
   144 ${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} \
   144 ${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} \
   145 	-DDIR=${TESTSRC}${FS}BasicData${FS} \
   145 	-DDIR=${TESTSRC}${FS}BasicData${FS} \
   146         -classpath ${TESTCLASSES}${PS}${TESTSRC}${FS}loader.jar \
   146         -classpath \
       
   147         ${TESTCLASSES}${PS}${TESTCLASSES}${FS}..${PS}${TESTSRC}${FS}loader.jar \
   147         -DCUSTOM_DB_DIR=${TESTCLASSES} \
   148         -DCUSTOM_DB_DIR=${TESTCLASSES} \
   148         -DCUSTOM_P11_CONFIG=${TESTSRC}${FS}BasicData${FS}p11-${token}.txt \
   149         -DCUSTOM_P11_CONFIG=${TESTSRC}${FS}BasicData${FS}p11-${token}.txt \
   149 	-DNO_DEFAULT=true \
   150 	-DNO_DEFAULT=true \
   150 	-DNO_DEIMOS=true \
   151 	-DNO_DEIMOS=true \
   151 	-DTOKEN=${token} \
   152 	-DTOKEN=${token} \