On Tue, 17 Aug 2021 11:58:30 GMT, Weijun Wang <wei...@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