On Fri, 3 Jun 2022 21:07:47 GMT, Alexey Semenyuk <[email protected]> wrote:
> 8250950: Allow per-user and system wide configuration of a jpackaged app
test/jdk/tools/jpackage/share/PerUserCfgTest.java line 174:
> 172: action.accept(cmd);
> 173: } finally {
> 174: Files.deleteIfExists(targetCfgFile);
Should we delete parent directory as well?
-------------
PR: https://git.openjdk.java.net/jdk/pull/9025
