RFR: 8342633: javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir

Daniel Fuchs dfuchs at openjdk.org
Mon Oct 21 15:25:20 UTC 2024


On Mon, 21 Oct 2024 09:21:35 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Test update: HashedPasswordFileTest.java was using System.getProperty("test.src") as a place to _create_ a file.
> 
> jtreg gives us the current working directory for the test invocation as a scratch directory.  Create files there, without reading any property to find another location.

LGTM

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

Marked as reviewed by dfuchs (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21602#pullrequestreview-2382461596


More information about the serviceability-dev mailing list