test/sun/security/tools/keytool/autotest.sh

Print this page

        

*** 52,62 **** fi done } FS="/" ! ${TESTJAVA}${FS}bin${FS}java -XshowSettings:properties -version 2> allprop cat allprop | grep sun.arch.data.model | grep 32 if [ "$?" != "0" ]; then B32=false else B32=true --- 52,62 ---- fi done } FS="/" ! ${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} ${TESTJAVAOPTS} -XshowSettings:properties -version 2> allprop cat allprop | grep sun.arch.data.model | grep 32 if [ "$?" != "0" ]; then B32=false else B32=true
*** 104,114 **** cp ${NSS}${FS}db${FS}secmod.db . chmod u+w key3.db chmod u+w cert8.db ! echo | ${TESTJAVA}${FS}bin${FS}java -Dnss \ -Dnss.lib=${LIBNAME} \ KeyToolTest status=$? rm -f p11-nss.txt --- 104,114 ---- cp ${NSS}${FS}db${FS}secmod.db . chmod u+w key3.db chmod u+w cert8.db ! echo | ${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} ${TESTJAVAOPTS} -Dnss \ -Dnss.lib=${LIBNAME} \ KeyToolTest status=$? rm -f p11-nss.txt