RFR: 8266182: Automate manual steps listed in the test jdk/sun/security/pkcs12/ParamsTest.java [v7]
Abdul Kolarkunnu
akolarkunnu at openjdk.java.net
Tue Aug 17 12:16:04 UTC 2021
On Tue, 17 Aug 2021 11:58:30 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8266182: Automate manual steps listed in the test jdk/sun/security/pkcs12/ParamsTest.java
>
> test/lib/jdk/test/lib/artifacts/OpensslArtifactFetcher.java line 87:
>
>> 85: if(verifyOpensslVersion("/usr/bin/openssl", version)) {
>> 86: return "/usr/bin/openssl";
>> 87: } else if(verifyOpensslVersion("/usr/local/bin/openssl", version)) {
>
> Add a space after `if` on lines 85 and 87.
corrected it. Thanks for your detailed review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4413
More information about the security-dev
mailing list