RFR: 8342633: javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir
    Alex Menkov 
    amenkov at openjdk.org
       
    Tue Oct 22 00:44:15 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.
Marked as reviewed by amenkov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/21602#pullrequestreview-2383533706
    
    
More information about the serviceability-dev
mailing list