jdk/test/sun/security/tools/keytool/resource.sh
changeset 24116 9f9b4ba34aad
parent 22602 0d9a07b0d7e9
--- a/jdk/test/sun/security/tools/keytool/resource.sh	Wed Jul 05 19:38:35 2017 +0200
+++ b/jdk/test/sun/security/tools/keytool/resource.sh	Fri Apr 25 10:57:09 2014 +0800
@@ -62,7 +62,7 @@
 esac
 
 # the test code
-${TESTJAVA}${FS}bin${FS}keytool > temp_file_40875602475 2> ${NULL}
+${TESTJAVA}${FS}bin${FS}keytool ${TESTTOOLVMOPTS} > temp_file_40875602475 2> ${NULL}
 grep MissingResourceException temp_file_40875602475
 
 if [ $? -eq 0 ]; then