jdk/test/sun/security/tools/keytool/SecretKeyKS.sh
changeset 24116 9f9b4ba34aad
parent 22602 0d9a07b0d7e9
--- a/jdk/test/sun/security/tools/keytool/SecretKeyKS.sh	Wed Jul 05 19:38:35 2017 +0200
+++ b/jdk/test/sun/security/tools/keytool/SecretKeyKS.sh	Fri Apr 25 10:57:09 2014 +0800
@@ -68,6 +68,6 @@
 
 # the test code
 
-${TESTJAVA}${FS}bin${FS}keytool -list -keystore ${TESTSRC}${FS}SecretKeyKS.jks -storepass password
+${TESTJAVA}${FS}bin${FS}keytool ${TESTTOOLVMOPTS} -list -keystore ${TESTSRC}${FS}SecretKeyKS.jks -storepass password
 
 exit $?