JDK 9 RFR of JDK-8160658: sun/security/tools/keytool/standard.sh fails on all platforms after JDK-8160415
Wang Weijun
weijun.wang at oracle.com
Fri Jul 1 04:44:40 UTC 2016
Change looks fine.
Thanks
Max
> On Jul 1, 2016, at 11:43 AM, Amy Lu <amy.lu at oracle.com> wrote:
>
> 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
>
>
>
More information about the security-dev
mailing list