Please review this simple and urgent fix for the regression introduced by JDK-8160415.

In this patch, an empty line added after the @key line (that introduced in JDK-8160415) and before the comment lines to avoid comments to be read as "key" values.

bug: https://bugs.openjdk.java.net/browse/JDK-8160658
webrev: http://cr.openjdk.java.net/~amlu/8160658/webrev.00/

Thanks,
Amy

--- old/test/sun/security/tools/keytool/standard.sh     2016-07-01 
11:31:42.000000000 +0800
+++ new/test/sun/security/tools/keytool/standard.sh     2016-07-01 
11:31:42.000000000 +0800
@@ -26,7 +26,7 @@
 # @author Weijun Wang
 # @run shell/timeout=600 standard.sh
 # @key intermittent
-#
+
 # This test is always excecuted.
 #
 # set a few environment variables so that the shell-script can run stand-alone



Reply via email to