On Fri, 7 Jul 2023 18:58:02 GMT, Justin Lu <j...@openjdk.org> wrote:

> Please review this PR which addresses `KeytoolReaderP12Test.java` failing for 
> non-English locale users.
> 
> This test checks output from keytool, but fails on finding the value 'alias 
> name' for non-English locale users. This is because 'alias name' is a 
> localized value. (For example, in `ja` this is '別名'). 
> 
> To fix the failing issue, the keytool process should be ran with 
> `-J-Duser.language=en -J-Duser.country=US`.

Looks ok, you are probably going to need to add the noreg-self label to the bug

-------------

Marked as reviewed by lancea (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14806#pullrequestreview-1519633108

Reply via email to